Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_bond.c638 bond_handle_event(struct ifnet * port_ifp, int event_code);
651 bondport_create(struct ifnet * port_ifp, lacp_port_priority priority,
699 static int bond_add_interface(struct ifnet * ifp, struct ifnet * port_ifp);
700 static int bond_remove_interface(ifbond_ref ifb, struct ifnet * port_ifp);
1131 struct ifnet * port_ifp = p->po_ifp; in bond_setmulti() local
1134 ifp, port_ifp); in bond_setmulti()
1138 ifb->ifb_name, port_ifp->if_xname, error); in bond_setmulti()
1546 ifnet_t port_ifp = NULL; in bond_get_port_ifp() local
1555 port_ifp = ifb->ifb_distributing_array[port_index]->po_ifp; in bond_get_port_ifp()
1559 return port_ifp; in bond_get_port_ifp()
[all …]