Lines Matching refs:values
195 .values = bond_mode_tbl,
203 .values = bond_pps_tbl,
210 .values = bond_xmit_hashtype_tbl,
219 .values = bond_arp_validate_tbl,
226 .values = bond_arp_all_targets_tbl,
234 .values = bond_fail_over_mac_tbl,
243 .values = bond_intmax_tbl,
257 .values = bond_intmax_tbl,
264 .values = bond_intmax_tbl,
273 .values = bond_lacp_rate_tbl,
280 .values = bond_intmax_tbl,
288 .values = bond_ad_select_tbl,
295 .values = bond_num_peer_notif_tbl,
302 .values = bond_intmax_tbl,
319 .values = bond_primary_reselect_tbl,
326 .values = bond_use_carrier_tbl,
350 .values = bond_all_slaves_active_tbl,
357 .values = bond_resend_igmp_tbl,
364 .values = bond_lp_interval_tbl,
379 .values = bond_tlb_dynamic_lb_tbl,
409 for (i = 0; opt->values && opt->values[i].string; i++) in bond_opt_get_val()
410 if (opt->values[i].value == val) in bond_opt_get_val()
411 return &opt->values[i]; in bond_opt_get_val()
422 for (i = 0; opt->values && opt->values[i].string; i++) in bond_opt_get_flags()
423 if (opt->values[i].flags & flagmask) in bond_opt_get_flags()
424 return &opt->values[i]; in bond_opt_get_flags()
467 tbl = opt->values; in bond_opt_parse()