Searched defs:team_port (Results 1 – 1 of 1) sorted by relevance
28 struct team_port { struct29 struct net_device *dev;30 struct hlist_node hlist; /* node in enabled ports hash list */31 struct list_head list; /* node in ordinary list */32 struct team *team;35 bool linkup; /* either state.linkup or user.linkup */37 struct {41 } state;44 struct {47 } user;[all …]
Completed in 5 milliseconds