Searched refs:team_gsetter_ctx (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/team/ |
D | team_mode_loadbalance.c | 229 static int lb_bpf_func_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_bpf_func_get() 271 static int lb_bpf_func_set(struct team *team, struct team_gsetter_ctx *ctx) in lb_bpf_func_set() 308 static int lb_tx_method_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_tx_method_get() 322 static int lb_tx_method_set(struct team *team, struct team_gsetter_ctx *ctx) in lb_tx_method_set() 345 struct team_gsetter_ctx *ctx) in lb_tx_hash_to_port_mapping_get() 357 struct team_gsetter_ctx *ctx) in lb_tx_hash_to_port_mapping_set() 384 static int lb_hash_stats_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_hash_stats_get() 404 static int lb_port_stats_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_port_stats_get() 505 struct team_gsetter_ctx *ctx) in lb_stats_refresh_interval_get() 514 struct team_gsetter_ctx *ctx) in lb_stats_refresh_interval_set()
|
D | team.c | 358 struct team_gsetter_ctx *ctx) in team_option_get() 367 struct team_gsetter_ctx *ctx) in team_option_set() 1295 static int team_mode_option_get(struct team *team, struct team_gsetter_ctx *ctx) in team_mode_option_get() 1301 static int team_mode_option_set(struct team *team, struct team_gsetter_ctx *ctx) in team_mode_option_set() 1307 struct team_gsetter_ctx *ctx) in team_notify_peers_count_get() 1314 struct team_gsetter_ctx *ctx) in team_notify_peers_count_set() 1321 struct team_gsetter_ctx *ctx) in team_notify_peers_interval_get() 1328 struct team_gsetter_ctx *ctx) in team_notify_peers_interval_set() 1335 struct team_gsetter_ctx *ctx) in team_mcast_rejoin_count_get() 1342 struct team_gsetter_ctx *ctx) in team_mcast_rejoin_count_set() [all …]
|
D | team_mode_activebackup.c | 71 static int ab_active_port_get(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_get() 84 static int ab_active_port_set(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_set()
|
/linux-4.1.27/include/linux/ |
D | if_team.h | 133 struct team_gsetter_ctx { struct 154 int (*getter)(struct team *team, struct team_gsetter_ctx *ctx); argument 155 int (*setter)(struct team *team, struct team_gsetter_ctx *ctx);
|