team_port          76 include/linux/if_team.h static inline bool team_port_enabled(struct team_port *port)
team_port          81 include/linux/if_team.h static inline bool team_port_txable(struct team_port *port)
team_port          87 include/linux/if_team.h static inline void team_netpoll_send_skb(struct team_port *port,
team_port          96 include/linux/if_team.h static inline void team_netpoll_send_skb(struct team_port *port,
team_port         106 include/linux/if_team.h 				       struct team_port *port,
team_port         109 include/linux/if_team.h 	int (*port_enter)(struct team *team, struct team_port *port);
team_port         110 include/linux/if_team.h 	void (*port_leave)(struct team *team, struct team_port *port);
team_port         111 include/linux/if_team.h 	void (*port_change_dev_addr)(struct team *team, struct team_port *port);
team_port         112 include/linux/if_team.h 	void (*port_enabled)(struct team *team, struct team_port *port);
team_port         113 include/linux/if_team.h 	void (*port_disabled)(struct team *team, struct team_port *port);
team_port         116 include/linux/if_team.h extern int team_modeop_port_enter(struct team *team, struct team_port *port);
team_port         118 include/linux/if_team.h 					     struct team_port *port);
team_port         130 include/linux/if_team.h 	struct team_port *port; /* != NULL if per-port */
team_port         213 include/linux/if_team.h static inline int team_dev_queue_xmit(struct team *team, struct team_port *port,
team_port         234 include/linux/if_team.h static inline struct team_port *team_get_port_by_index(struct team *team,
team_port         237 include/linux/if_team.h 	struct team_port *port;
team_port         255 include/linux/if_team.h static inline struct team_port *team_get_port_by_index_rcu(struct team *team,
team_port         258 include/linux/if_team.h 	struct team_port *port;
team_port         267 include/linux/if_team.h static inline struct team_port *
team_port         268 include/linux/if_team.h team_get_first_port_txable_rcu(struct team *team, struct team_port *port)
team_port         270 include/linux/if_team.h 	struct team_port *cur;