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

Function if_vlantrunkinuse

freebsd/net/if.c:4382–4386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4380}
4381
4382int
4383if_vlantrunkinuse(if_t ifp)
4384{
4385 return ((struct ifnet *)ifp)->if_vlantrunk != NULL?1:0;
4386}
4387
4388int
4389if_input(if_t ifp, struct mbuf* sendmp)

Callers 1

iflib_device_deregisterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected