Home
last modified time | relevance | path

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

/linux/include/linux/
A 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;
35 bool linkup; /* either state.linkup or user.linkup */
37 struct {
41 } state;
44 struct {
47 } user;
[all …]

Completed in 5 milliseconds