MCPcopy Create free account
hub / github.com/F-Stack/f-stack / if_setmtu

Function if_setmtu

freebsd/net/if.c:4205–4210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4203}
4204
4205int
4206if_setmtu(if_t ifp, int mtu)
4207{
4208 ((struct ifnet *)ifp)->if_mtu = mtu;
4209 return (0);
4210}
4211
4212int
4213if_getmtu(if_t ifp)

Callers 1

iflib_if_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected