Lines Matching refs:values
215 .values = bond_mode_tbl,
223 .values = bond_pps_tbl,
230 .values = bond_xmit_hashtype_tbl,
239 .values = bond_arp_validate_tbl,
246 .values = bond_arp_all_targets_tbl,
254 .values = bond_fail_over_mac_tbl,
263 .values = bond_intmax_tbl,
277 .values = bond_intmax_tbl,
284 .values = bond_intmax_tbl,
293 .values = bond_lacp_rate_tbl,
300 .values = bond_intmax_tbl,
308 .values = bond_ad_select_tbl,
315 .values = bond_num_peer_notif_tbl,
322 .values = bond_intmax_tbl,
339 .values = bond_primary_reselect_tbl,
346 .values = bond_use_carrier_tbl,
370 .values = bond_all_slaves_active_tbl,
377 .values = bond_resend_igmp_tbl,
384 .values = bond_lp_interval_tbl,
399 .values = bond_tlb_dynamic_lb_tbl,
407 .values = bond_ad_actor_sys_prio_tbl,
422 .values = bond_ad_user_port_key_tbl,
429 .values = bond_num_peer_notif_tbl,
458 for (i = 0; opt->values && opt->values[i].string; i++) in bond_opt_get_val()
459 if (opt->values[i].value == val) in bond_opt_get_val()
460 return &opt->values[i]; in bond_opt_get_val()
471 for (i = 0; opt->values && opt->values[i].string; i++) in bond_opt_get_flags()
472 if (opt->values[i].flags & flagmask) in bond_opt_get_flags()
473 return &opt->values[i]; in bond_opt_get_flags()
516 tbl = opt->values; in bond_opt_parse()