Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dudp.c297 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()
1979 hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); in udp_lib_unhash()
2008 hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); in udp_lib_rehash()
2009 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
/openbmc/linux/include/net/
H A Dudp.h90 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() function