Home
last modified time | relevance | path

Searched refs:en_port_hlist (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dif_team.h201 struct hlist_head en_port_hlist[TEAM_PORT_HASHENTRIES]; member
248 return &team->en_port_hlist[port_index & (TEAM_PORT_HASHENTRIES - 1)]; in team_port_index_hash()
/Linux-v5.4/drivers/net/team/
Dteam.c1625 INIT_HLIST_HEAD(&team->en_port_hlist[i]); in team_init()