Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dif_bond.c1614 struct ifnet * bond_ifp = NULL; in bond_receive_lacpdu() local
1659 bond_ifp = ifb->ifb_ifp; in bond_receive_lacpdu()
1670 bond_ifp = ifb->ifb_ifp; in bond_receive_lacpdu()
1677 if (bond_ifp != NULL) { in bond_receive_lacpdu()
1678 interface_link_event(bond_ifp, event_code); in bond_receive_lacpdu()
1884 struct ifnet * bond_ifp = NULL; in bondport_timer_process_func() local
1892 bond_ifp = p->po_bond->ifb_ifp; in bondport_timer_process_func()
1903 bond_ifp = p->po_bond->ifb_ifp; in bondport_timer_process_func()
1909 if (bond_ifp != NULL) { in bondport_timer_process_func()
1910 interface_link_event(bond_ifp, event_code); in bondport_timer_process_func()
[all …]