Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dif_team.h173 struct team_mode { struct
207 const struct team_mode *mode;
310 extern int team_mode_register(const struct team_mode *mode);
311 extern void team_mode_unregister(const struct team_mode *mode);
/Linux-v6.6/drivers/net/team/
Dteam_mode_random.c41 static const struct team_mode rnd_mode = {
Dteam_mode_roundrobin.c51 static const struct team_mode rr_mode = {
Dteam_mode_broadcast.c50 static const struct team_mode bc_mode = {
Dteam_mode_activebackup.c119 static const struct team_mode ab_mode = {
Dteam.c400 const struct team_mode *mode;
424 int team_mode_register(const struct team_mode *mode) in team_mode_register()
451 void team_mode_unregister(const struct team_mode *mode) in team_mode_unregister()
465 static const struct team_mode *team_mode_get(const char *kind) in team_mode_get()
468 const struct team_mode *mode = NULL; in team_mode_get()
492 static void team_mode_put(const struct team_mode *mode) in team_mode_put()
510 static const struct team_mode __team_no_mode = {
551 const struct team_mode *new_mode) in __team_change_mode()
590 const struct team_mode *new_mode; in team_change_mode()
Dteam_mode_loadbalance.c676 static const struct team_mode lb_mode = {