Lines Matching defs:team
17 static rx_handler_result_t lb_receive(struct team *team, struct team_port *port, in lb_receive()
58 struct team *team; member
75 static struct lb_priv *get_lb_priv(struct team *team) in get_lb_priv()
96 static void lb_tx_hash_to_port_mapping_null_port(struct team *team, in lb_tx_hash_to_port_mapping_null_port()
118 static struct team_port *lb_hash_select_tx_port(struct team *team, in lb_hash_select_tx_port()
127 static struct team_port *lb_htpm_select_tx_port(struct team *team, in lb_htpm_select_tx_port()
217 static bool lb_transmit(struct team *team, struct sk_buff *skb) in lb_transmit()
240 static void lb_bpf_func_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_bpf_func_get()
281 static int lb_bpf_func_set(struct team *team, struct team_gsetter_ctx *ctx) in lb_bpf_func_set()
318 static void lb_bpf_func_free(struct team *team) in lb_bpf_func_free()
332 static void lb_tx_method_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_tx_method_get()
345 static int lb_tx_method_set(struct team *team, struct team_gsetter_ctx *ctx) in lb_tx_method_set()
357 static void lb_tx_hash_to_port_mapping_init(struct team *team, in lb_tx_hash_to_port_mapping_init()
366 static void lb_tx_hash_to_port_mapping_get(struct team *team, in lb_tx_hash_to_port_mapping_get()
377 static int lb_tx_hash_to_port_mapping_set(struct team *team, in lb_tx_hash_to_port_mapping_set()
395 static void lb_hash_stats_init(struct team *team, in lb_hash_stats_init()
404 static void lb_hash_stats_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_hash_stats_get()
413 static void lb_port_stats_init(struct team *team, in lb_port_stats_init()
422 static void lb_port_stats_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_port_stats_get()
438 struct team *team) in __lb_stats_info_refresh_check()
464 struct team *team; in lb_stats_refresh() local
521 static void lb_stats_refresh_interval_get(struct team *team, in lb_stats_refresh_interval_get()
529 static int lb_stats_refresh_interval_set(struct team *team, in lb_stats_refresh_interval_set()
589 static int lb_init(struct team *team) in lb_init()
632 static void lb_exit(struct team *team) in lb_exit()
644 static int lb_port_enter(struct team *team, struct team_port *port) in lb_port_enter()
654 static void lb_port_leave(struct team *team, struct team_port *port) in lb_port_leave()
661 static void lb_port_disabled(struct team *team, struct team_port *port) in lb_port_disabled()