Searched refs:udp_hslot (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
H A D | udp.h | 59 struct udp_hslot { struct 74 struct udp_hslot *hash; argument 75 struct udp_hslot *hash2; 81 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 91 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2()
|
/linux/net/ipv4/ |
H A 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() 244 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 428 struct udp_hslot *hslot2, in udp4_lib_lookup2() 490 struct udp_hslot *hslot2; in __udp4_lib_lookup() 1979 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 2010 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 2258 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() 2507 struct udp_hslot *hslot; in __udp4_lib_mcast_demux_lookup() [all …]
|
H A D | udp_diag.c | 105 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump()
|
/linux/net/ipv6/ |
H A D | udp.c | 166 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 228 struct udp_hslot *hslot2; in __udp6_lib_lookup() 849 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() 1069 struct udp_hslot *hslot2; in __udp6_lib_demux_lookup()
|