Searched refs:_ifv (Results 1 – 1 of 1) sorted by relevance
132 #define VLAN_FOREACH(_ifv, _trunk) \ argument135 if (((_ifv) = (_trunk)->vlans[_i]) != NULL)137 #define VLAN_FOREACH(_ifv, _trunk) \ argument141 CK_SLIST_FOREACH_SAFE((_ifv), &(_trunk)->hash[_i], ifv_list, _next)151 #define VLAN_FOREACH_UNTIL_SAFE(_ifv, _trunk, _cond) \ argument154 if (((_ifv) = (_trunk)->vlans[_i]))164 #define VLAN_FOREACH_UNTIL_SAFE(_ifv, _trunk, _cond) \ argument170 if (((_ifv) = CK_SLIST_FIRST(&(_trunk)->hash[_i])) != NULL && \