Lines Matching refs:values
257 .values = bond_mode_tbl,
265 .values = bond_pps_tbl,
272 .values = bond_xmit_hashtype_tbl,
281 .values = bond_arp_validate_tbl,
288 .values = bond_arp_all_targets_tbl,
296 .values = bond_fail_over_mac_tbl,
305 .values = bond_intmax_tbl,
314 .values = bond_missed_max_tbl,
335 .values = bond_intmax_tbl,
342 .values = bond_intmax_tbl,
351 .values = bond_lacp_active,
360 .values = bond_lacp_rate_tbl,
367 .values = bond_intmax_tbl,
375 .values = bond_ad_select_tbl,
382 .values = bond_num_peer_notif_tbl,
389 .values = bond_intmax_tbl,
416 .values = bond_primary_reselect_tbl,
423 .values = bond_use_carrier_tbl,
447 .values = bond_all_slaves_active_tbl,
454 .values = bond_resend_igmp_tbl,
461 .values = bond_lp_interval_tbl,
476 .values = bond_tlb_dynamic_lb_tbl,
484 .values = bond_ad_actor_sys_prio_tbl,
499 .values = bond_ad_user_port_key_tbl,
506 .values = bond_num_peer_notif_tbl,
513 .values = bond_peer_notif_delay_tbl,
522 .values = bond_coupled_control_tbl,
530 .values = bond_broadcast_neigh_tbl,
559 for (i = 0; opt->values && opt->values[i].string; i++) in bond_opt_get_val()
560 if (opt->values[i].value == val) in bond_opt_get_val()
561 return &opt->values[i]; in bond_opt_get_val()
572 for (i = 0; opt->values && opt->values[i].string; i++) in bond_opt_get_flags()
573 if (opt->values[i].flags & flagmask) in bond_opt_get_flags()
574 return &opt->values[i]; in bond_opt_get_flags()
617 tbl = opt->values; in bond_opt_parse()