Searched defs:hslot2 (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | udp.h | 144 static inline bool udp_has_hash4(const struct udp_hslot *hslot2) in udp_has_hash4() 149 static inline void udp_hash4_inc(struct udp_hslot *hslot2) in udp_hash4_inc() 153 static inline void udp_hash4_dec(struct udp_hslot *hslot2) in udp_hash4_dec() 187 static inline bool udp_has_hash4(const struct udp_hslot *hslot2) in udp_has_hash4() 192 static inline void udp_hash4_inc(struct udp_hslot *hslot2) in udp_hash4_inc() 197 static inline void udp_hash4_dec(struct udp_hslot *hslot2) in udp_hash4_dec()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 171 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() argument 235 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() local 463 udp4_lib_lookup2(const struct net * net,__be32 saddr,__be16 sport,__be32 daddr,unsigned int hnum,int dif,int sdif,struct udp_hslot * hslot2,struct sk_buff * skb) udp4_lib_lookup2() argument 597 struct udp_hslot *hslot2, *hslot4; udp_unhash4() local 616 struct udp_hslot *hslot, *hslot2, *hslot4; udp_lib_hash4() local 674 struct udp_hslot *hslot2; __udp4_lib_lookup() local 2211 struct udp_hslot *hslot, *hslot2; udp_lib_unhash() local 2245 struct udp_hslot *hslot, *hslot2, *nhslot2; udp_lib_rehash() local 2757 struct udp_hslot *hslot2; __udp4_lib_demux_lookup() local 3400 struct udp_hslot *hslot2 = &udptable->hash2[state->bucket].hslot; bpf_iter_udp_batch() local [all...] |
| /linux/net/ipv6/ |
| H A D | udp.c | 223 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 352 struct udp_hslot *hslot2; in __udp6_lib_lookup() local 1208 struct udp_hslot *hslot2; in __udp6_lib_demux_lookup() local
|