Searched defs:hslot2 (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/ |
H A D | udp.h | 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() 190 static inline bool udp_has_hash4(const struct udp_hslot *hslot2) in udp_has_hash4() 195 static inline void udp_hash4_inc(struct udp_hslot *hslot2) in udp_hash4_inc() 200 static inline void udp_hash4_dec(struct udp_hslot *hslot2) in udp_hash4_dec()
|
/linux/net/ipv4/ |
H A D | udp.c | 179 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 244 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() local 471 struct udp_hslot *hslot2, in udp4_lib_lookup2() 605 struct udp_hslot *hslot2, *hslot4; in udp_unhash4() local 624 struct udp_hslot *hslot, *hslot2, *hslot4; in udp_lib_hash4() local 683 struct udp_hslot *hslot2; in __udp4_lib_lookup() local 2195 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() local 2228 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() local 2787 struct udp_hslot *hslot2; in __udp4_lib_demux_lookup() local 3434 struct udp_hslot *hslot2 = &udptable->hash2[state->bucket].hslot; in bpf_iter_udp_batch() local
|
/linux/net/ipv6/ |
H A D | udp.c | 220 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 349 struct udp_hslot *hslot2; in __udp6_lib_lookup() local 1202 struct udp_hslot *hslot2; in __udp6_lib_demux_lookup() local
|