Searched refs:udp_hslot (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/net/ |
D | udp.h | 61 struct udp_hslot { struct 76 struct udp_hslot *hash; argument 77 struct udp_hslot *hash2; 83 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 92 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2()
|
/Linux-v4.19/net/ipv4/ |
D | udp.c | 143 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 179 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 209 static int udp_reuseport_add_sock(struct sock *sk, struct udp_hslot *hslot) in udp_reuseport_add_sock() 243 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 433 struct udp_hslot *hslot2, in udp4_lib_lookup2() 471 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp4_lib_lookup() 1790 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 1821 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 2039 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() 2261 struct udp_hslot *hslot = &udp_table.hash[slot]; in __udp4_lib_mcast_demux_lookup() [all …]
|
D | udp_diag.c | 109 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump()
|
/Linux-v4.19/net/ipv6/ |
D | udp.c | 168 struct udp_hslot *hslot2, struct sk_buff *skb) in udp6_lib_lookup2() 206 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp6_lib_lookup() 686 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() 893 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
|