Lines Matching refs:ifbond_ref
95 typedef struct ifbond_s ifbond, * ifbond_ref; typedef
157 typedef struct ifbond_s ifbond, * ifbond_ref; typedef
274 ifbond_ref po_bond;
310 static int bond_get_status(ifbond_ref ifb, struct if_bond_req * ibr_p,
314 ifbond_flags_if_detaching(ifbond_ref ifb) in ifbond_flags_if_detaching()
320 ifbond_flags_set_if_detaching(ifbond_ref ifb) in ifbond_flags_set_if_detaching()
327 ifbond_flags_lladdr(ifbond_ref ifb) in ifbond_flags_lladdr()
333 ifbond_flags_change_in_progress(ifbond_ref ifb) in ifbond_flags_change_in_progress()
339 ifbond_flags_set_change_in_progress(ifbond_ref ifb) in ifbond_flags_set_change_in_progress()
346 ifbond_flags_clear_change_in_progress(ifbond_ref ifb) in ifbond_flags_clear_change_in_progress()
353 ifbond_flags_promisc(ifbond_ref ifb) in ifbond_flags_promisc()
359 ifbond_flags_set_promisc(ifbond_ref ifb) in ifbond_flags_set_promisc()
366 ifbond_flags_clear_promisc(ifbond_ref ifb) in ifbond_flags_clear_promisc()
574 ifbond_activate_LAG(ifbond_ref bond, LAG_ref lag, int active_media);
577 ifbond_deactivate_LAG(ifbond_ref bond, LAG_ref lag);
580 ifbond_all_ports_ready(ifbond_ref bond);
583 ifbond_find_best_LAG(ifbond_ref bond, int * active_media);
589 ifbond_selection(ifbond_ref bond);
659 static int bond_remove_interface(ifbond_ref ifb, struct ifnet * port_ifp);
701 ifbond_retain(ifbond_ref ifb) in ifbond_retain()
707 ifbond_release(ifbond_ref ifb) in ifbond_release()
751 ifbond_wait(ifbond_ref ifb, const char * msg) in ifbond_wait()
782 ifbond_signal(ifbond_ref ifb, const char * msg) in ifbond_signal()
1079 ifbond_ref ifb; in bond_setmulti()
1135 ifbond_add_slow_proto_multicast(ifbond_ref ifb) in ifbond_add_slow_proto_multicast()
1161 ifbond_ref ifb; in bond_clone_create()
1242 bond_remove_all_interfaces(ifbond_ref ifb) in bond_remove_all_interfaces()
1259 bond_remove(ifbond_ref ifb) in bond_remove()
1285 ifbond_ref ifb; in bond_clone_destroy()
1306 ifbond_ref ifb; in bond_set_bpf_tap()
1514 ifbond_ref ifb; in bond_output()
1583 ifbond_lookup_port(ifbond_ref ifb, struct ifnet * port_ifp) in ifbond_lookup_port()
1597 ifbond_ref ifb; in bond_lookup_port()
1613 ifbond_ref ifb; in bond_receive_lacpdu()
1725 ifbond_ref ifb; in bond_input()
2039 bond_device_mtu(struct ifnet * ifp, ifbond_ref ifb) in bond_device_mtu()
2055 ifbond_ref ifb; in bond_add_interface()
2072 ifb = (ifbond_ref)ifnet_softc(ifp); in bond_add_interface()
2399 bond_remove_interface(ifbond_ref ifb, struct ifnet * port_ifp) in bond_remove_interface()
2583 bond_set_lacp_mode(ifbond_ref ifb) in bond_set_lacp_mode()
2595 bond_set_static_mode(ifbond_ref ifb) in bond_set_static_mode()
2634 ifbond_ref ifb; in bond_set_mode()
2637 ifb = (ifbond_ref)ifnet_softc(ifp); in bond_set_mode()
2686 bond_get_status(ifbond_ref ifb, struct if_bond_req * ibr_p, user_addr_t datap) in bond_get_status()
2761 ifbond_ref ifb; in bond_set_promisc()
2770 ifb = (ifbond_ref)ifnet_softc(ifp); in bond_set_promisc()
2841 bond_get_mtu_values(ifbond_ref ifb, int * ret_min, int * ret_max) in bond_get_mtu_values()
2866 bond_set_mtu_on_ports(ifbond_ref ifb, int mtu) in bond_set_mtu_on_ports()
2886 ifbond_ref ifb; in bond_set_mtu()
2893 ifb = (ifbond_ref)ifnet_softc(ifp); in bond_set_mtu()
2956 ifbond_ref ifb; in bond_ioctl()
2976 ifb = (ifbond_ref)ifnet_softc(ifp); in bond_ioctl()
3015 ifb = (ifbond_ref)ifnet_softc(ifp); in bond_ioctl()
3029 ifb = (ifbond_ref)ifnet_softc(ifp); in bond_ioctl()
3083 ifb = (ifbond_ref)ifnet_softc(ifp); in bond_ioctl()
3131 ifb = (ifbond_ref)ifnet_softc(ifp); in bond_ioctl()
3166 ifbond_ref ifb; in bond_if_free()
3172 ifb = (ifbond_ref)ifnet_softc(ifp); in bond_if_free()
3187 ifbond_ref ifb; in bond_handle_event()
3467 ifbond_ref bond; in ifbond_list_find_moved_port()
3509 ifbond_selection(ifbond_ref bond) in ifbond_selection()
3580 ifbond_find_best_LAG(ifbond_ref bond, int * active_media) in ifbond_find_best_LAG()
3631 ifbond_deactivate_LAG(__unused ifbond_ref bond, LAG_ref lag) in ifbond_deactivate_LAG()
3642 ifbond_activate_LAG(ifbond_ref bond, LAG_ref lag, int active_media) in ifbond_activate_LAG()
3676 ifbond_set_max_active(ifbond_ref bond, int max_active)
3704 ifbond_all_ports_ready(ifbond_ref bond) in ifbond_all_ports_ready()
3726 ifbond_all_ports_attached(ifbond_ref bond, bondport_ref this_port) in ifbond_all_ports_attached()
3742 ifbond_get_LAG_matching_port(ifbond_ref bond, bondport_ref p) in ifbond_get_LAG_matching_port()
3794 ifbond_ref bond = p->po_bond; in bondport_link_status_changed()
3895 ifbond_ref bond = p->po_bond; in bondport_remove_from_LAG()
3951 ifbond_ref bond = p->po_bond; in bondport_assign_to_LAG()
4010 ifbond_ref bond = p->po_bond; in bondport_set_selected()
4086 ifbond_ref bond = p->po_bond; in bondport_RecordPDU()
4160 ifbond_ref bond = p->po_bond; in bondport_UpdateNTT()
4212 ifbond_ref bond = p->po_bond; in bondport_enable_distributing()
4229 ifbond_ref bond; in bondport_disable_distributing()