Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dif_team.h180 struct team_mode { struct
212 const struct team_mode *mode;
313 extern int team_mode_register(const struct team_mode *mode);
314 extern void team_mode_unregister(const struct team_mode *mode);
/Linux-v4.19/drivers/net/team/
Dteam_mode_random.c45 static const struct team_mode rnd_mode = {
Dteam_mode_roundrobin.c56 static const struct team_mode rr_mode = {
Dteam_mode_broadcast.c55 static const struct team_mode bc_mode = {
Dteam_mode_activebackup.c125 static const struct team_mode ab_mode = {
Dteam.c419 const struct team_mode *mode;
443 int team_mode_register(const struct team_mode *mode) in team_mode_register()
470 void team_mode_unregister(const struct team_mode *mode) in team_mode_unregister()
484 static const struct team_mode *team_mode_get(const char *kind) in team_mode_get()
487 const struct team_mode *mode = NULL; in team_mode_get()
507 static void team_mode_put(const struct team_mode *mode) in team_mode_put()
525 static const struct team_mode __team_no_mode = {
566 const struct team_mode *new_mode) in __team_change_mode()
605 const struct team_mode *new_mode; in team_change_mode()
Dteam_mode_loadbalance.c679 static const struct team_mode lb_mode = {