Lines Matching refs:values
213 .values = bond_mode_tbl,
221 .values = bond_pps_tbl,
228 .values = bond_xmit_hashtype_tbl,
237 .values = bond_arp_validate_tbl,
244 .values = bond_arp_all_targets_tbl,
252 .values = bond_fail_over_mac_tbl,
261 .values = bond_intmax_tbl,
275 .values = bond_intmax_tbl,
282 .values = bond_intmax_tbl,
291 .values = bond_lacp_rate_tbl,
298 .values = bond_intmax_tbl,
306 .values = bond_ad_select_tbl,
313 .values = bond_num_peer_notif_tbl,
320 .values = bond_intmax_tbl,
337 .values = bond_primary_reselect_tbl,
344 .values = bond_use_carrier_tbl,
368 .values = bond_all_slaves_active_tbl,
375 .values = bond_resend_igmp_tbl,
382 .values = bond_lp_interval_tbl,
397 .values = bond_tlb_dynamic_lb_tbl,
405 .values = bond_ad_actor_sys_prio_tbl,
420 .values = bond_ad_user_port_key_tbl,
427 .values = bond_num_peer_notif_tbl,
434 .values = bond_intmax_tbl,
463 for (i = 0; opt->values && opt->values[i].string; i++) in bond_opt_get_val()
464 if (opt->values[i].value == val) in bond_opt_get_val()
465 return &opt->values[i]; in bond_opt_get_val()
476 for (i = 0; opt->values && opt->values[i].string; i++) in bond_opt_get_flags()
477 if (opt->values[i].flags & flagmask) in bond_opt_get_flags()
478 return &opt->values[i]; in bond_opt_get_flags()
521 tbl = opt->values; in bond_opt_parse()