Home
last modified time | relevance | path

Searched defs:team_port (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dif_team.h32 struct team_port { struct
33 struct net_device *dev;
34 struct hlist_node hlist; /* node in enabled ports hash list */
35 struct list_head list; /* node in ordinary list */
36 struct team *team;
37 int index; /* index of enabled port. If disabled, it's set to -1 */
39 bool linkup; /* either state.linkup or user.linkup */
41 struct {
45 } state;
48 struct {
[all …]