Searched refs:udp_hslot (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | udp.h | 52 * struct udp_hslot - UDP hash slot 58 struct udp_hslot { struct 73 struct udp_hslot *hash; 74 struct udp_hslot *hash2; 80 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 89 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | udp.h | 53 * struct udp_hslot - UDP hash slot 59 struct udp_hslot { struct 74 struct udp_hslot *hash; 75 struct udp_hslot *hash2; 81 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 90 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp.c | 142 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 178 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 208 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() 427 struct udp_hslot *hslot2, in udp4_lib_lookup2() 478 struct udp_hslot *hslot2; in __udp4_lib_lookup() 1955 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 1986 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 2234 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() 2483 struct udp_hslot *hslo in __udp4_lib_mcast_demux_lookup() [all...] |
H A D | udp_diag.c | 105 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 133 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 169 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 199 static int udp_reuseport_add_sock(struct sock *sk, struct udp_hslot *hslot) in udp_reuseport_add_sock() 233 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 436 struct udp_hslot *hslot2, in udp4_lib_lookup2() 503 struct udp_hslot *hslot2; in __udp4_lib_lookup() 1977 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 2008 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 2239 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() 2478 struct udp_hslot *hslo in __udp4_lib_mcast_demux_lookup() [all...] |
H A D | udp_diag.c | 107 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | udp.c | 204 struct udp_hslot *hslot2, in nip_udp_lib_lookup2() 231 struct udp_hslot *hslot2; in __nip_udp_lib_lookup()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp.c | 180 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 248 struct udp_hslot *hslot2; in __udp6_lib_lookup() 827 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() 1038 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp.c | 169 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 219 struct udp_hslot *hslot2; in __udp6_lib_lookup() 839 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() 1062 struct udp_hslot *hslot2; in __udp6_lib_demux_lookup()
|
Completed in 16 milliseconds