Searched refs:bond_ifp (Results 1 – 1 of 1) sorted by relevance
1620 struct ifnet * bond_ifp = NULL; in bond_receive_lacpdu() local1665 bond_ifp = ifb->ifb_ifp; in bond_receive_lacpdu()1676 bond_ifp = ifb->ifb_ifp; in bond_receive_lacpdu()1683 if (bond_ifp != NULL) { in bond_receive_lacpdu()1684 interface_link_event(bond_ifp, event_code); in bond_receive_lacpdu()1890 struct ifnet * bond_ifp = NULL; in bondport_timer_process_func() local1898 bond_ifp = p->po_bond->ifb_ifp; in bondport_timer_process_func()1909 bond_ifp = p->po_bond->ifb_ifp; in bondport_timer_process_func()1915 if (bond_ifp != NULL) { in bondport_timer_process_func()1916 interface_link_event(bond_ifp, event_code); in bondport_timer_process_func()[all …]