Home
last modified time | relevance | path

Searched refs:setter (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/team/
Dteam_mode_loadbalance.c535 .setter = lb_bpf_func_set,
541 .setter = lb_tx_method_set,
549 .setter = lb_tx_hash_to_port_mapping_set,
569 .setter = lb_stats_refresh_interval_set,
Dteam.c369 if (!opt_inst->option->setter) in team_option_set()
371 return opt_inst->option->setter(team, ctx); in team_option_set()
1475 .setter = team_mode_option_set,
1481 .setter = team_notify_peers_count_set,
1487 .setter = team_notify_peers_interval_set,
1493 .setter = team_mcast_rejoin_count_set,
1499 .setter = team_mcast_rejoin_interval_set,
1506 .setter = team_port_en_option_set,
1513 .setter = team_user_linkup_option_set,
1520 .setter = team_user_linkup_en_option_set,
[all …]
Dteam_mode_activebackup.c103 .setter = ab_active_port_set,
/linux-4.1.27/include/linux/
Dif_team.h155 int (*setter)(struct team *team, struct team_gsetter_ctx *ctx); member