Searched refs:bond_ifp (Results 1 – 1 of 1) sorted by relevance
1612 struct ifnet * bond_ifp = NULL; in bond_receive_lacpdu() local1657 bond_ifp = ifb->ifb_ifp; in bond_receive_lacpdu()1668 bond_ifp = ifb->ifb_ifp; in bond_receive_lacpdu()1675 if (bond_ifp != NULL) { in bond_receive_lacpdu()1676 interface_link_event(bond_ifp, event_code); in bond_receive_lacpdu()1882 struct ifnet * bond_ifp = NULL; in bondport_timer_process_func() local1890 bond_ifp = p->po_bond->ifb_ifp; in bondport_timer_process_func()1901 bond_ifp = p->po_bond->ifb_ifp; in bondport_timer_process_func()1907 if (bond_ifp != NULL) { in bondport_timer_process_func()1908 interface_link_event(bond_ifp, event_code); in bondport_timer_process_func()[all …]