Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c593 bond_handle_event(struct ifnet * port_ifp, int event_code);
606 bondport_create(struct ifnet * port_ifp, lacp_port_priority priority,
659 static int bond_add_interface(struct ifnet * ifp, struct ifnet * port_ifp);
660 static int bond_remove_interface(ifbond_ref ifb, struct ifnet * port_ifp);
1107 struct ifnet * port_ifp = p->po_ifp; in bond_setmulti() local
1110 ifp, port_ifp); in bond_setmulti()
1114 ifb->ifb_name, ifnet_name(port_ifp), in bond_setmulti()
1115 ifnet_unit(port_ifp), error); in bond_setmulti()
1523 struct ifnet * port_ifp = NULL; in bond_output() local
1559 port_ifp = ifb->ifb_distributing_array[h]->po_ifp; in bond_output()
[all …]