Home
last modified time | relevance | path

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

/linux/include/net/
H A Dudp.h130 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4() function
174 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4() function
/linux/net/ipv4/
H A Dudp.c542 hslot4 = udp_hashslot4(udptable, udp_sk(sk)->udp_lrpa_hash); in udp_rehash4()
543 nhslot4 = udp_hashslot4(udptable, newhash4); in udp_rehash4()
566 hslot4 = udp_hashslot4(udptable, udp_sk(sk)->udp_lrpa_hash); in udp_unhash4()
596 hslot4 = udp_hashslot4(udptable, hash); in udp_lib_hash4()