Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dif_team.h28 struct team_port { struct
29 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;
33 int index; /* index of enabled port. If disabled, it's set to -1 */
35 bool linkup; /* either state.linkup or user.linkup */
37 struct {
41 } state;
44 struct {
[all …]