Searched refs:vlp_vlan_list (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_vlan.c198 struct ifvlan_list vlp_vlan_list; /* list of VLAN's */ member in struct:vlan_parent
772 LIST_FOREACH(ifv, &vlp->vlp_vlan_list, ifv_vlan_list) {
798 LIST_FOREACH(ifv, &vlp->vlp_vlan_list, ifv_vlan_list) {
837 LIST_INIT(&vlp->vlp_vlan_list);
874 for (ifv = LIST_FIRST(&vlp->vlp_vlan_list); ifv != NULL; ifv = next) {
907 return (LIST_EMPTY(&vlp->vlp_vlan_list));
913 LIST_INSERT_HEAD(&vlp->vlp_vlan_list, ifv, ifv_vlan_list);
1560 if (LIST_NEXT(LIST_FIRST(&vlp->vlp_vlan_list), ifv_vlan_list) == NULL) {
2061 LIST_FOREACH(ifv, &vlp->vlp_vlan_list, ifv_vlan_list) {

Completed in 13 milliseconds