Searched defs:team_port (Results 1 – 1 of 1) sorted by relevance
31 struct team_port { struct32 struct net_device *dev;33 struct hlist_node hlist; /* node in enabled ports hash list */34 struct list_head list; /* node in ordinary list */35 struct team *team;36 int index; /* index of enabled port. If disabled, it's set to -1 */38 bool linkup; /* either state.linkup or user.linkup */40 struct {44 } state;47 struct {[all …]