team               29 include/linux/if_team.h struct team;
team               35 include/linux/if_team.h 	struct team *team;
team              103 include/linux/if_team.h 	int (*init)(struct team *team);
team              104 include/linux/if_team.h 	void (*exit)(struct team *team);
team              105 include/linux/if_team.h 	rx_handler_result_t (*receive)(struct team *team,
team              108 include/linux/if_team.h 	bool (*transmit)(struct team *team, struct sk_buff *skb);
team              109 include/linux/if_team.h 	int (*port_enter)(struct team *team, struct team_port *port);
team              110 include/linux/if_team.h 	void (*port_leave)(struct team *team, struct team_port *port);
team              111 include/linux/if_team.h 	void (*port_change_dev_addr)(struct team *team, struct team_port *port);
team              112 include/linux/if_team.h 	void (*port_enabled)(struct team *team, struct team_port *port);
team              113 include/linux/if_team.h 	void (*port_disabled)(struct team *team, struct team_port *port);
team              116 include/linux/if_team.h extern int team_modeop_port_enter(struct team *team, struct team_port *port);
team              117 include/linux/if_team.h extern void team_modeop_port_change_dev_addr(struct team *team,
team              153 include/linux/if_team.h 	int (*init)(struct team *team, struct team_option_inst_info *info);
team              154 include/linux/if_team.h 	int (*getter)(struct team *team, struct team_gsetter_ctx *ctx);
team              155 include/linux/if_team.h 	int (*setter)(struct team *team, struct team_gsetter_ctx *ctx);
team              159 include/linux/if_team.h extern void team_options_change_check(struct team *team);
team              213 include/linux/if_team.h static inline int team_dev_queue_xmit(struct team *team, struct team_port *port,
team              221 include/linux/if_team.h 	if (unlikely(netpoll_tx_running(team->dev))) {
team              228 include/linux/if_team.h static inline struct hlist_head *team_port_index_hash(struct team *team,
team              231 include/linux/if_team.h 	return &team->en_port_hlist[port_index & (TEAM_PORT_HASHENTRIES - 1)];
team              234 include/linux/if_team.h static inline struct team_port *team_get_port_by_index(struct team *team,
team              238 include/linux/if_team.h 	struct hlist_head *head = team_port_index_hash(team, port_index);
team              246 include/linux/if_team.h static inline int team_num_to_port_index(struct team *team, int num)
team              248 include/linux/if_team.h 	int en_port_count = ACCESS_ONCE(team->en_port_count);
team              255 include/linux/if_team.h static inline struct team_port *team_get_port_by_index_rcu(struct team *team,
team              259 include/linux/if_team.h 	struct hlist_head *head = team_port_index_hash(team, port_index);
team              268 include/linux/if_team.h team_get_first_port_txable_rcu(struct team *team, struct team_port *port)
team              275 include/linux/if_team.h 	list_for_each_entry_continue_rcu(cur, &team->port_list, list)
team              278 include/linux/if_team.h 	list_for_each_entry_rcu(cur, &team->port_list, list) {
team              287 include/linux/if_team.h extern int team_options_register(struct team *team,
team              290 include/linux/if_team.h extern void team_options_unregister(struct team *team,