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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c1658 struct ifnet_list { struct
1659 SLIST_ENTRY(ifnet_list) ifl_le;
1668 SLIST_HEAD(, ifnet_list) ifl_head;
1669 struct ifnet_list *ifl, *ifl_tmp;
1686 MALLOC(ifl, struct ifnet_list *, sizeof (*ifl),
1717 SLIST_REMOVE(&ifl_head, ifl, ifnet_list, ifl_le);

Completed in 20 milliseconds