mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
team: use function team_port_txable() for determing enabled and up port
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f0a70e902f
commit
6e88e1357c
@@ -64,6 +64,7 @@ struct team_port {
|
||||
};
|
||||
|
||||
extern bool team_port_enabled(struct team_port *port);
|
||||
extern bool team_port_txable(struct team_port *port);
|
||||
|
||||
struct team_mode_ops {
|
||||
int (*init)(struct team *team);
|
||||
|
||||
Reference in New Issue
Block a user