Lines Matching refs:LAG_ref
168 typedef struct LAG_s LAG, * LAG_ref; typedef
191 LAG_ref ifb_active_lag;
302 LAG_ref po_lag;
574 ifbond_activate_LAG(ifbond_ref bond, LAG_ref lag, int active_media);
577 ifbond_deactivate_LAG(ifbond_ref bond, LAG_ref lag);
582 static LAG_ref
586 LAG_get_aggregatable_port_count(LAG_ref lag, int * active_media);
623 bondport_matches_LAG(bondport_ref p, LAG_ref lag);
3519 LAG_ref lag = NULL; in ifbond_selection()
3585 static LAG_ref
3589 LAG_ref best_lag = NULL; in ifbond_find_best_LAG()
3592 LAG_ref lag; in ifbond_find_best_LAG()
3637 ifbond_deactivate_LAG(__unused ifbond_ref bond, LAG_ref lag) in ifbond_deactivate_LAG()
3648 ifbond_activate_LAG(ifbond_ref bond, LAG_ref lag, int active_media) in ifbond_activate_LAG()
3684 LAG_ref lag = bond->ifb_active_lag;
3747 static LAG_ref
3750 LAG_ref lag; in ifbond_get_LAG_matching_port()
3762 LAG_get_aggregatable_port_count(LAG_ref lag, int * active_media) in LAG_get_aggregatable_port_count()
3878 bondport_matches_LAG(bondport_ref p, LAG_ref lag) in bondport_matches_LAG()
3902 LAG_ref lag = p->po_lag; in bondport_remove_from_LAG()
3939 bondport_add_to_LAG(bondport_ref p, LAG_ref lag) in bondport_add_to_LAG()
3958 LAG_ref lag; in bondport_assign_to_LAG()
4017 LAG_ref lag = p->po_lag; in bondport_set_selected()