Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4382
int
4383
if_vlantrunkinuse(if_t ifp)
4384
{
4385
return ((struct ifnet *)ifp)->if_vlantrunk != NULL?1:0;
4386
}
4387
4388
int
4389
if_input(if_t ifp, struct mbuf* sendmp)
Callers
1
iflib_device_deregister
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected