Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dif_bond.c592 bond_handle_event(struct ifnet * port_ifp, int event_code);
605 bondport_create(struct ifnet * port_ifp, lacp_port_priority priority,
658 static int bond_add_interface(struct ifnet * ifp, struct ifnet * port_ifp);
659 static int bond_remove_interface(ifbond_ref ifb, struct ifnet * port_ifp);
1105 struct ifnet * port_ifp = p->po_ifp; in bond_setmulti() local
1108 ifp, port_ifp); in bond_setmulti()
1112 ifb->ifb_name, ifnet_name(port_ifp), in bond_setmulti()
1113 ifnet_unit(port_ifp), error); in bond_setmulti()
1521 struct ifnet * port_ifp = NULL; in bond_output() local
1557 port_ifp = ifb->ifb_distributing_array[h]->po_ifp; in bond_output()
[all …]