Searched refs:udp_hslot (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
H A D | udp.h | 60 struct udp_hslot { struct 80 struct udp_hslot hslot; /* must be the first member */ argument 98 struct udp_hslot *hash; 101 struct udp_hslot *hash4; 108 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 119 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() 130 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4() 147 static inline bool udp_has_hash4(const struct udp_hslot *hslot2) in udp_has_hash4() 152 static inline void udp_hash4_inc(struct udp_hslot *hslot2) in udp_hash4_inc() 156 static inline void udp_hash4_dec(struct udp_hslot *hslot2) in udp_hash4_dec() [all …]
|
/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() 508 struct udp_hslot *hslot4; in udp4_lib_lookup4() 540 struct udp_hslot *hslot4, *nhslot4; in udp_rehash4() 562 struct udp_hslot *hslot2, *hslot4; in udp_unhash4() 581 struct udp_hslot *hslot, *hslot2, *hslot4; in udp_lib_hash4() 642 struct udp_hslot *hslot2; in __udp4_lib_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 | 177 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 252 struct udp_hslot *hslot4; in udp6_lib_lookup4() 306 struct udp_hslot *hslot2; in __udp6_lib_lookup() 933 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() 1152 struct udp_hslot *hslot2; in __udp6_lib_demux_lookup()
|