Searched defs:team (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/team/ |
D | team.c | 70 static int team_port_set_team_dev_addr(struct team *team, in team_port_set_team_dev_addr() 76 int team_modeop_port_enter(struct team *team, struct team_port *port) in team_modeop_port_enter() 82 void team_modeop_port_change_dev_addr(struct team *team, in team_modeop_port_change_dev_addr() 123 static struct team_option *__team_find_option(struct team *team, in __team_find_option() 141 static void __team_option_inst_del_option(struct team *team, in __team_option_inst_del_option() 152 static int __team_option_inst_add(struct team *team, struct team_option *option, in __team_option_inst_add() 184 static int __team_option_inst_add_option(struct team *team, in __team_option_inst_add_option() 201 static void __team_option_inst_mark_removed_option(struct team *team, in __team_option_inst_mark_removed_option() 214 static void __team_option_inst_del_port(struct team *team, in __team_option_inst_del_port() 226 static int __team_option_inst_add_port(struct team *team, in __team_option_inst_add_port() [all …]
|
D | team_mode_activebackup.c | 25 static struct ab_priv *ab_priv(struct team *team) in ab_priv() 30 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive() 40 static bool ab_transmit(struct team *team, struct sk_buff *skb) in ab_transmit() 56 static void ab_port_leave(struct team *team, struct team_port *port) in ab_port_leave() 64 static int ab_active_port_init(struct team *team, in ab_active_port_init() 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() 107 static int ab_init(struct team *team) in ab_init() 112 static void ab_exit(struct team *team) in ab_exit()
|
D | team_mode_loadbalance.c | 21 static rx_handler_result_t lb_receive(struct team *team, struct team_port *port, in lb_receive() 64 struct team *team; member 81 static struct lb_priv *get_lb_priv(struct team *team) in get_lb_priv() 102 static void lb_tx_hash_to_port_mapping_null_port(struct team *team, in lb_tx_hash_to_port_mapping_null_port() 124 static struct team_port *lb_hash_select_tx_port(struct team *team, in lb_hash_select_tx_port() 135 static struct team_port *lb_htpm_select_tx_port(struct team *team, in lb_htpm_select_tx_port() 226 static bool lb_transmit(struct team *team, struct sk_buff *skb) in lb_transmit() 249 static int lb_bpf_func_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_bpf_func_get() 291 static int lb_bpf_func_set(struct team *team, struct team_gsetter_ctx *ctx) in lb_bpf_func_set() 328 static int lb_tx_method_get(struct team *team, struct team_gsetter_ctx *ctx) in lb_tx_method_get() [all …]
|
D | team_mode_roundrobin.c | 23 static struct rr_priv *rr_priv(struct team *team) in rr_priv() 28 static bool rr_transmit(struct team *team, struct sk_buff *skb) in rr_transmit()
|
D | team_mode_random.c | 18 static bool rnd_transmit(struct team *team, struct sk_buff *skb) in rnd_transmit()
|
D | team_mode_broadcast.c | 19 static bool bc_transmit(struct team *team, struct sk_buff *skb) in bc_transmit()
|
/Linux-v4.19/include/linux/ |
D | if_team.h | 36 struct team *team; member 195 struct team { struct 197 struct team_pcpu_stats __percpu *pcpu_stats; argument 212 const struct team_mode *mode; argument 213 struct team_mode_ops ops; argument 233 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit() 248 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash() 254 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index() 266 static inline int team_num_to_port_index(struct team *team, unsigned int num) in team_num_to_port_index() 275 static inline struct team_port *team_get_port_by_index_rcu(struct team *team, in team_get_port_by_index_rcu() [all …]
|