Home
last modified time | relevance | path

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

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