Home
last modified time | relevance | path

Searched refs:team_mode (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dif_team.h173 struct team_mode { struct
205 const struct team_mode *mode;
307 extern int team_mode_register(const struct team_mode *mode);
308 extern void team_mode_unregister(const struct team_mode *mode);
178 opsteam_mode global() argument
179 lag_tx_typeteam_mode global() argument
/linux/drivers/net/team/
H A Dteam_mode_random.c41 static const struct team_mode rnd_mode = {
H A Dteam_mode_roundrobin.c51 static const struct team_mode rr_mode = {
H A Dteam_mode_broadcast.c50 static const struct team_mode bc_mode = {
H A Dteam_mode_activebackup.c118 static const struct team_mode ab_mode = {
H A Dteam_core.c404 const struct team_mode *mode;
428 int team_mode_register(const struct team_mode *mode) in team_mode_register()
455 void team_mode_unregister(const struct team_mode *mode) in team_mode_unregister()
469 static const struct team_mode *team_mode_get(const char *kind) in team_mode_get()
472 const struct team_mode *mode = NULL; in team_mode_get()
496 static void team_mode_put(const struct team_mode *mode) in team_mode_put()
514 static const struct team_mode __team_no_mode = {
555 const struct team_mode *new_mode) in __team_change_mode()
594 const struct team_mode *new_mode; in team_change_mode()