Searched defs:team (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/team/ |
A D | team.c | 630 struct team *team; in team_notify_peers_work() local 676 struct team *team; in team_mcast_rejoin_work() local 725 struct team *team; in team_handle_frame() local 2092 struct team *team= netdev_priv(dev); in team_ethtool_get_link_ksettings() local 2306 struct team *team; in team_nl_team_get() local 2420 struct team *team, u32 portid, in __send_and_alloc_skb() 2511 struct team *team; in team_nl_cmd_options_get() local 2536 struct team *team; in team_nl_cmd_options_set() local 2801 struct team *team; in team_nl_cmd_port_list_get() local 2861 struct team *team, u32 portid) in team_nl_send_multicast() [all …]
|
A D | team_mode_activebackup.c | 21 static struct ab_priv *ab_priv(struct team *team) in ab_priv() 26 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive() 36 static bool ab_transmit(struct team *team, struct sk_buff *skb) in ab_transmit() 52 static void ab_port_leave(struct team *team, struct team_port *port) in ab_port_leave() 60 static int ab_active_port_init(struct team *team, in ab_active_port_init() 67 static int ab_active_port_get(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_get() 80 static int ab_active_port_set(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_set() 103 static int ab_init(struct team *team) in ab_init() 108 static void ab_exit(struct team *team) in ab_exit()
|
A D | team_mode_loadbalance.c | 60 struct team *team; member 77 static struct lb_priv *get_lb_priv(struct team *team) in get_lb_priv() 324 static void lb_bpf_func_free(struct team *team) in lb_bpf_func_free() 404 static int lb_hash_stats_init(struct team *team, in lb_hash_stats_init() 424 static int lb_port_stats_init(struct team *team, in lb_port_stats_init() 451 struct team *team) in __lb_stats_info_refresh_check() 477 struct team *team; in lb_stats_refresh() local 534 static int lb_stats_refresh_interval_get(struct team *team, in lb_stats_refresh_interval_get() 543 static int lb_stats_refresh_interval_set(struct team *team, in lb_stats_refresh_interval_set() 603 static int lb_init(struct team *team) in lb_init() [all …]
|
A D | team_mode_roundrobin.c | 19 static struct rr_priv *rr_priv(struct team *team) in rr_priv() 24 static bool rr_transmit(struct team *team, struct sk_buff *skb) in rr_transmit()
|
A D | team_mode_random.c | 14 static bool rnd_transmit(struct team *team, struct sk_buff *skb) in rnd_transmit()
|
A D | team_mode_broadcast.c | 15 static bool bc_transmit(struct team *team, struct sk_buff *skb) in bc_transmit()
|
/linux-6.3-rc2/include/linux/ |
A D | if_team.h | 32 struct team *team; member 188 struct team { struct 190 struct team_pcpu_stats __percpu *pcpu_stats; argument 205 const struct team_mode *mode; argument 206 struct team_mode_ops ops; argument 223 struct lock_class_key team_lock_key; argument 227 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit() 242 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash() 248 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index() 260 static inline int team_num_to_port_index(struct team *team, unsigned int num) in team_num_to_port_index() [all …]
|
Completed in 17 milliseconds