Searched refs:udp_hslot (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/net/ |
D | udp.h | 58 struct udp_hslot { struct 73 struct udp_hslot *hash; argument 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()
|
/linux-6.1.9/net/ipv4/ |
D | udp.c | 135 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 171 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 201 static int udp_reuseport_add_sock(struct sock *sk, struct udp_hslot *hslot) in udp_reuseport_add_sock() 236 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 436 struct udp_hslot *hslot2, in udp4_lib_lookup2() 493 struct udp_hslot *hslot2; in __udp4_lib_lookup() 2002 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 2033 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 2279 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() 2523 struct udp_hslot *hslot; in __udp4_lib_mcast_demux_lookup() [all …]
|
D | udp_diag.c | 105 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump()
|
/linux-6.1.9/net/ipv6/ |
D | udp.c | 184 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 243 struct udp_hslot *hslot2; in __udp6_lib_lookup() 850 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() 1067 struct udp_hslot *hslot2; in __udp6_lib_demux_lookup()
|