include/net/udp.h
101
struct udp_hslot *hash4;
include/net/udp.h
108
static inline struct udp_hslot *udp_hashslot(struct udp_table *table,
include/net/udp.h
119
static inline struct udp_hslot *udp_hashslot2(struct udp_table *table,
include/net/udp.h
130
static inline struct udp_hslot *udp_hashslot4(struct udp_table *table,
include/net/udp.h
147
static inline bool udp_has_hash4(const struct udp_hslot *hslot2)
include/net/udp.h
152
static inline void udp_hash4_inc(struct udp_hslot *hslot2)
include/net/udp.h
156
static inline void udp_hash4_dec(struct udp_hslot *hslot2)
include/net/udp.h
174
static inline struct udp_hslot *udp_hashslot4(struct udp_table *table,
include/net/udp.h
187
return sizeof(struct udp_hslot);
include/net/udp.h
190
static inline bool udp_has_hash4(const struct udp_hslot *hslot2)
include/net/udp.h
195
static inline void udp_hash4_inc(struct udp_hslot *hslot2)
include/net/udp.h
200
static inline void udp_hash4_dec(struct udp_hslot *hslot2)
include/net/udp.h
80
struct udp_hslot hslot; /* must be the first member */
include/net/udp.h
98
struct udp_hslot *hash;
net/ipv4/udp.c
142
const struct udp_hslot *hslot,
net/ipv4/udp.c
178
struct udp_hslot *hslot2,
net/ipv4/udp.c
208
static int udp_reuseport_add_sock(struct sock *sk, struct udp_hslot *hslot)
net/ipv4/udp.c
2250
struct udp_hslot *hslot, *hslot2;
net/ipv4/udp.c
2284
struct udp_hslot *hslot, *hslot2, *nhslot2;
net/ipv4/udp.c
243
struct udp_hslot *hslot, *hslot2;
net/ipv4/udp.c
2563
struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum);
net/ipv4/udp.c
2812
struct udp_hslot *hslot;
net/ipv4/udp.c
2847
struct udp_hslot *hslot2;
net/ipv4/udp.c
3342
struct udp_hslot *hslot = &udptable->hash[state->bucket];
net/ipv4/udp.c
3539
struct udp_hslot *hslot2 = &udptable->hash2[state->bucket].hslot;
net/ipv4/udp.c
3815
slot_size = sizeof(struct udp_hslot) + sizeof(struct udp_hslot_main) +
net/ipv4/udp.c
3871
slot_size = sizeof(struct udp_hslot) + sizeof(struct udp_hslot_main) +
net/ipv4/udp.c
449
struct udp_hslot *hslot = &udptable->hash[slot];
net/ipv4/udp.c
470
struct udp_hslot *hslot2,
net/ipv4/udp.c
550
struct udp_hslot *hslot4;
net/ipv4/udp.c
582
struct udp_hslot *hslot4, *nhslot4;
net/ipv4/udp.c
604
struct udp_hslot *hslot2, *hslot4;
net/ipv4/udp.c
623
struct udp_hslot *hslot, *hslot2, *hslot4;
net/ipv4/udp.c
682
struct udp_hslot *hslot2;
net/ipv4/udp_diag.c
101
struct udp_hslot *hslot = &table->hash[slot];
net/ipv6/udp.c
1204
struct udp_hslot *hslot2;
net/ipv6/udp.c
202
struct udp_hslot *hslot = &udptable->hash[slot];
net/ipv6/udp.c
222
int dif, int sdif, struct udp_hslot *hslot2,
net/ipv6/udp.c
297
struct udp_hslot *hslot4;
net/ipv6/udp.c
351
struct udp_hslot *hslot2;
net/ipv6/udp.c
985
struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum);