Searched refs:_ifv (Results 1 – 1 of 1) sorted by relevance
136 #define VLAN_FOREACH(_ifv, _trunk) \ argument139 if (((_ifv) = (_trunk)->vlans[_i]) != NULL)141 #define VLAN_FOREACH(_ifv, _trunk) \ argument145 CK_SLIST_FOREACH_SAFE((_ifv), &(_trunk)->hash[_i], ifv_list, _next)155 #define VLAN_FOREACH_UNTIL_SAFE(_ifv, _trunk, _cond) \ argument158 if (((_ifv) = (_trunk)->vlans[_i]))168 #define VLAN_FOREACH_UNTIL_SAFE(_ifv, _trunk, _cond) \ argument174 if (((_ifv) = CK_SLIST_FIRST(&(_trunk)->hash[_i])) != NULL && \