Home
last modified time | relevance | path

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

/include/linux/
A Dif_team.h183 #define TEAM_PORT_HASHENTRIES (1 << TEAM_PORT_HASHBITS) macro
198 struct hlist_head en_port_hlist[TEAM_PORT_HASHENTRIES];
245 return &team->en_port_hlist[port_index & (TEAM_PORT_HASHENTRIES - 1)]; in team_port_index_hash()

Completed in 4 milliseconds