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

Function vlan_unconfig

freebsd/net/if_vlan.c:1537–1544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1535}
1536
1537static void
1538vlan_unconfig(struct ifnet *ifp)
1539{
1540
1541 VLAN_XLOCK();
1542 vlan_unconfig_locked(ifp, 0);
1543 VLAN_XUNLOCK();
1544}
1545
1546static void
1547vlan_unconfig_locked(struct ifnet *ifp, int departing)

Callers 3

vlan_clone_createFunction · 0.85
vlan_clone_destroyFunction · 0.85
vlan_ioctlFunction · 0.85

Calls 1

vlan_unconfig_lockedFunction · 0.85

Tested by

no test coverage detected