Searched refs:team_modeop_port_enter (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team_mode_roundrobin.c | 48 .port_enter = team_modeop_port_enter,
|
H A D | team_mode_broadcast.c | 47 .port_enter = team_modeop_port_enter,
|
H A D | team_mode_random.c | 37 .port_enter = team_modeop_port_enter,
|
H A D | team.c | 69 int team_modeop_port_enter(struct team *team, struct team_port *port) in team_modeop_port_enter() function 73 EXPORT_SYMBOL(team_modeop_port_enter); variable
|
/kernel/linux/linux-6.6/drivers/net/team/ |
H A D | team_mode_roundrobin.c | 47 .port_enter = team_modeop_port_enter,
|
H A D | team_mode_broadcast.c | 46 .port_enter = team_modeop_port_enter,
|
H A D | team_mode_random.c | 37 .port_enter = team_modeop_port_enter,
|
H A D | team.c | 70 int team_modeop_port_enter(struct team *team, struct team_port *port) in team_modeop_port_enter() function 74 EXPORT_SYMBOL(team_modeop_port_enter); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | if_team.h | 128 extern int team_modeop_port_enter(struct team *team, struct team_port *port);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | if_team.h | 128 extern int team_modeop_port_enter(struct team *team, struct team_port *port);
|
Completed in 11 milliseconds