Searched refs:team_port (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dif_team.h29 struct team_port { struct
60 struct team_port *port,
63 int (*port_enter)(struct team *team, struct team_port *port);
64 void (*port_leave)(struct team *team, struct team_port *port);
65 void (*port_change_mac)(struct team *team, struct team_port *port);
125 static inline struct team_port *team_get_port_by_index(struct team *team,
129 struct team_port *port;
137 static inline struct team_port *team_get_port_by_index_rcu(struct team *team,
141 struct team_port *port;
150 extern int team_port_set_team_mac(struct team_port *por
[all...]

Completed in 29 milliseconds