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

/linux-master/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.c119 static const struct team_mode ab_mode = {
H A Dteam.c401 const struct team_mode *mode;
425 int team_mode_register(const struct team_mode *mode)
452 void team_mode_unregister(const struct team_mode *mode)
466 static const struct team_mode *team_mode_get(const char *kind)
469 const struct team_mode *mode = NULL;
493 static void team_mode_put(const struct team_mode *mode)
511 static const struct team_mode __team_no_mode = {
552 const struct team_mode *new_mode)
591 const struct team_mode *new_mode;
H A Dteam_mode_loadbalance.c676 static const struct team_mode lb_mode = {
/linux-master/include/linux/
H A 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);

Completed in 146 milliseconds