Symbol: udp_hslot
include/net/udp.h
105
static inline struct udp_hslot *udp_hashslot(struct udp_table *table,
include/net/udp.h
116
static inline struct udp_hslot *udp_hashslot2(struct udp_table *table,
include/net/udp.h
127
static inline struct udp_hslot *udp_hashslot4(struct udp_table *table,
include/net/udp.h
144
static inline bool udp_has_hash4(const struct udp_hslot *hslot2)
include/net/udp.h
149
static inline void udp_hash4_inc(struct udp_hslot *hslot2)
include/net/udp.h
153
static inline void udp_hash4_dec(struct udp_hslot *hslot2)
include/net/udp.h
171
static inline struct udp_hslot *udp_hashslot4(struct udp_table *table,
include/net/udp.h
184
return sizeof(struct udp_hslot);
include/net/udp.h
187
static inline bool udp_has_hash4(const struct udp_hslot *hslot2)
include/net/udp.h
192
static inline void udp_hash4_inc(struct udp_hslot *hslot2)
include/net/udp.h
197
static inline void udp_hash4_dec(struct udp_hslot *hslot2)
include/net/udp.h
77
struct udp_hslot hslot; /* must be the first member */
include/net/udp.h
95
struct udp_hslot *hash;
include/net/udp.h
98
struct udp_hslot *hash4;
net/ipv4/udp.c
134
const struct udp_hslot *hslot,
net/ipv4/udp.c
170
struct udp_hslot *hslot2,
net/ipv4/udp.c
200
static int udp_reuseport_add_sock(struct sock *sk, struct udp_hslot *hslot)
net/ipv4/udp.c
2198
struct udp_hslot *hslot, *hslot2;
net/ipv4/udp.c
2232
struct udp_hslot *hslot, *hslot2, *nhslot2;
net/ipv4/udp.c
234
struct udp_hslot *hslot, *hslot2;
net/ipv4/udp.c
2475
struct udp_hslot *hslot;
net/ipv4/udp.c
2707
struct udp_hslot *hslot;
net/ipv4/udp.c
2742
struct udp_hslot *hslot2;
net/ipv4/udp.c
3173
struct udp_hslot *hslot = &udptable->hash[state->bucket];
net/ipv4/udp.c
3367
struct udp_hslot *hslot2 = &udptable->hash2[state->bucket].hslot;
net/ipv4/udp.c
3641
slot_size = sizeof(struct udp_hslot) + sizeof(struct udp_hslot_main) +
net/ipv4/udp.c
3697
slot_size = sizeof(struct udp_hslot) + sizeof(struct udp_hslot_main) +
net/ipv4/udp.c
441
struct udp_hslot *hslot = &udptable->hash[slot];
net/ipv4/udp.c
462
struct udp_hslot *hslot2,
net/ipv4/udp.c
542
struct udp_hslot *hslot4;
net/ipv4/udp.c
574
struct udp_hslot *hslot4, *nhslot4;
net/ipv4/udp.c
596
struct udp_hslot *hslot2, *hslot4;
net/ipv4/udp.c
615
struct udp_hslot *hslot, *hslot2, *hslot4;
net/ipv4/udp.c
673
struct udp_hslot *hslot2;
net/ipv4/udp_diag.c
102
struct udp_hslot *hslot = &table->hash[slot];
net/ipv6/udp.c
1193
struct udp_hslot *hslot2;
net/ipv6/udp.c
203
struct udp_hslot *hslot = &udptable->hash[slot];
net/ipv6/udp.c
223
int dif, int sdif, struct udp_hslot *hslot2,
net/ipv6/udp.c
298
struct udp_hslot *hslot4;
net/ipv6/udp.c
352
struct udp_hslot *hslot2;
net/ipv6/udp.c
949
struct udp_hslot *hslot;