Searched defs:team_port (Results 1 – 1 of 1) sorted by relevance
32 struct team_port { struct33 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 …]