Home
last modified time | relevance | path

Searched refs:VLAN_FOREACH_UNTIL_SAFE (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dif_vlan.c155 #define VLAN_FOREACH_UNTIL_SAFE(_ifv, _trunk, _cond) \ macro
168 #define VLAN_FOREACH_UNTIL_SAFE(_ifv, _trunk, _cond) \ macro
702 VLAN_FOREACH_UNTIL_SAFE(ifv, ifp->if_vlantrunk, in vlan_ifdetach()