Searched refs:udp_hslot (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | udp.h | 57 struct udp_hslot { struct 77 struct udp_hslot hslot; /* must be the first member */ argument 95 struct udp_hslot *hash; 98 struct udp_hslot *hash4; 105 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 116 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() 127 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4() 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() [all …]
|
| /linux/net/ipv4/ |
| H A 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() 235 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 442 struct udp_hslot *hslot = &udptable->hash[slot]; in udp4_lib_lookup1() 463 struct udp_hslot *hslot2, in udp4_lib_lookup2() 543 struct udp_hslot *hslot4; in udp4_lib_lookup4() 575 struct udp_hslot *hslot4, *nhslot4; in udp_rehash4() 597 struct udp_hslot *hslot2, *hslot4; in udp_unhash4() 616 struct udp_hslot *hslo in udp_lib_hash4() [all...] |
| /linux/net/ipv6/ |
| H A D | udp.c | 203 struct udp_hslot *hslot = &udptable->hash[slot]; in udp6_lib_lookup1() 223 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 298 struct udp_hslot *hslot4; in udp6_lib_lookup4() 352 struct udp_hslot *hslot2; in __udp6_lib_lookup() 962 struct udp_hslot *hslot; in __udp6_lib_mcast_deliver() 1208 struct udp_hslot *hslot2; in __udp6_lib_demux_lookup()
|