Home
last modified time | relevance | path

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

/linux-4.4.14/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()
1480 .setter = team_mode_option_set,
1486 .setter = team_notify_peers_count_set,
1492 .setter = team_notify_peers_interval_set,
1498 .setter = team_mcast_rejoin_count_set,
1504 .setter = team_mcast_rejoin_interval_set,
1511 .setter = team_port_en_option_set,
1518 .setter = team_user_linkup_option_set,
1525 .setter = team_user_linkup_en_option_set,
[all …]
Dteam_mode_activebackup.c103 .setter = ab_active_port_set,
/linux-4.4.14/include/linux/
Dif_team.h155 int (*setter)(struct team *team, struct team_gsetter_ctx *ctx); member