Home
last modified time | relevance | path

Searched refs:INET_TABLE_PERTURB_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_hashtables.c997 #define INET_TABLE_PERTURB_SIZE (1 << CONFIG_INET_TABLE_PERTURB_ORDER) macro
1034 INET_TABLE_PERTURB_SIZE * sizeof(*table_perturb)); in __inet_hash_connect()
1035 index = port_offset & (INET_TABLE_PERTURB_SIZE - 1); in __inet_hash_connect()
1209 INET_TABLE_PERTURB_SIZE, in inet_hashinfo2_init()
1211 INET_TABLE_PERTURB_SIZE, in inet_hashinfo2_init()
1212 INET_TABLE_PERTURB_SIZE); in inet_hashinfo2_init()
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_hashtables.c739 #define INET_TABLE_PERTURB_SIZE (1 << CONFIG_INET_TABLE_PERTURB_ORDER) macro
774 INET_TABLE_PERTURB_SIZE * sizeof(*table_perturb)); in __inet_hash_connect()
775 index = port_offset & (INET_TABLE_PERTURB_SIZE - 1); in __inet_hash_connect()
913 table_perturb = kmalloc_array(INET_TABLE_PERTURB_SIZE, in inet_hashinfo2_init()

Completed in 4 milliseconds