Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_bond.c1639 struct ifnet * bond_ifp = NULL; in bond_receive_lacpdu() local
1686 bond_ifp = ifb->ifb_ifp; in bond_receive_lacpdu()
1696 bond_ifp = ifb->ifb_ifp; in bond_receive_lacpdu()
1703 if (bond_ifp != NULL) { in bond_receive_lacpdu()
1704 interface_link_event(bond_ifp, event_code); in bond_receive_lacpdu()
1947 struct ifnet * bond_ifp = NULL; in bondport_timer_process_func() local
1955 bond_ifp = p->po_bond->ifb_ifp; in bondport_timer_process_func()
1966 bond_ifp = p->po_bond->ifb_ifp; in bondport_timer_process_func()
1972 if (bond_ifp != NULL) { in bondport_timer_process_func()
1973 interface_link_event(bond_ifp, event_code); in bondport_timer_process_func()
[all …]