Searched refs:udp_hashslot2 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 288 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port() 294 hslot2 = udp_hashslot2(udptable, hash2_nulladdr); in udp_lib_get_port() 326 hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); in udp_lib_get_port() 1981 hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); in udp_lib_unhash() 2010 hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); in udp_lib_rehash() 2011 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp.c | 297 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port() 303 hslot2 = udp_hashslot2(udptable, hash2_nulladdr); in udp_lib_get_port() 333 hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); in udp_lib_get_port() 1959 hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); in udp_lib_unhash() 1988 hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); in udp_lib_rehash() 1989 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | udp.h | 87 * udp_hashslot2(), this explains difference with udp_hashslot() 89 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | udp.h | 88 * udp_hashslot2(), this explains difference with udp_hashslot() 90 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() function
|
Completed in 11 milliseconds