Searched refs:udp_hslot (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | udp.h | 57 struct udp_hslot { struct 72 struct udp_hslot *hash; argument 73 struct udp_hslot *hash2; 79 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 88 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2()
|
| /Linux-v5.4/net/ipv4/ |
| D | udp.c | 129 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 165 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 195 static int udp_reuseport_add_sock(struct sock *sk, struct udp_hslot *hslot) in udp_reuseport_add_sock() 229 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 413 struct udp_hslot *hslot2, in udp4_lib_lookup2() 452 struct udp_hslot *hslot2; in __udp4_lib_lookup() 1883 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 1914 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 2146 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() 2383 struct udp_hslot *hslot = &udp_table.hash[slot]; in __udp4_lib_mcast_demux_lookup() [all …]
|
| D | udp_diag.c | 106 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump()
|
| /Linux-v5.4/net/ipv6/ |
| D | udp.c | 148 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 187 struct udp_hslot *hslot2; in __udp6_lib_lookup() 750 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() 958 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
|