Symbol: udp_table
drivers/infiniband/core/ud_header.c
167
static const struct ib_field udp_table[] = {
drivers/infiniband/core/ud_header.c
444
ib_pack(udp_table, ARRAY_SIZE(udp_table),
include/net/netns/ipv4.h
99
struct udp_table *udp_table;
include/net/udp.h
103
extern struct udp_table udp_table;
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
123
static inline void udp_table_hash4_init(struct udp_table *table)
include/net/udp.h
127
static inline struct udp_hslot *udp_hashslot4(struct udp_table *table,
include/net/udp.h
159
static inline void udp_table_hash4_init(struct udp_table *table)
include/net/udp.h
171
static inline struct udp_hslot *udp_hashslot4(struct udp_table *table,
net/ipv4/sysctl_net_ipv4.c
426
udp_hash_entries = net->ipv4.udp_table->mask + 1;
net/ipv4/sysctl_net_ipv4.c
431
if (!net_eq(net, &init_net) && net->ipv4.udp_table == &udp_table)
net/ipv4/udp.c
123
struct udp_table udp_table __read_mostly;
net/ipv4/udp.c
2200
struct udp_table *udptable;
net/ipv4/udp.c
2203
udptable = net->ipv4.udp_table;
net/ipv4/udp.c
2234
struct udp_table *udptable;
net/ipv4/udp.c
2236
udptable = net->ipv4.udp_table;
net/ipv4/udp.c
236
struct udp_table *udptable;
net/ipv4/udp.c
239
udptable = net->ipv4.udp_table;
net/ipv4/udp.c
2468
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv4/udp.c
2704
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv4/udp.c
2739
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv4/udp.c
3166
struct udp_table *udptable;
net/ipv4/udp.c
3169
udptable = net->ipv4.udp_table;
net/ipv4/udp.c
3194
struct udp_table *udptable;
net/ipv4/udp.c
3201
udptable = net->ipv4.udp_table;
net/ipv4/udp.c
3245
struct udp_table *udptable;
net/ipv4/udp.c
3247
udptable = seq_file_net(seq)->ipv4.udp_table;
net/ipv4/udp.c
3337
struct udp_table *udptable;
net/ipv4/udp.c
3350
udptable = net->ipv4.udp_table;
net/ipv4/udp.c
3637
static void __init udp_table_init(struct udp_table *table, const char *name)
net/ipv4/udp.c
3687
static struct udp_table __net_init *udp_pernet_table_alloc(unsigned int hash_entries)
net/ipv4/udp.c
3689
struct udp_table *udptable;
net/ipv4/udp.c
3729
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv4/udp.c
3731
if (udptable == &udp_table)
net/ipv4/udp.c
3740
struct udp_table *udptable;
net/ipv4/udp.c
3760
net->ipv4.udp_table = udptable;
net/ipv4/udp.c
3766
net->ipv4.udp_table = &udp_table;
net/ipv4/udp.c
3879
udp_table_init(&udp_table, "UDP");
net/ipv4/udp.c
438
const struct udp_table *udptable)
net/ipv4/udp.c
520
struct udp_table *udptable)
net/ipv4/udp.c
525
static void udp_rehash4(struct udp_table *udptable, struct sock *sk,
net/ipv4/udp.c
530
static void udp_unhash4(struct udp_table *udptable, struct sock *sk)
net/ipv4/udp.c
538
struct udp_table *udptable)
net/ipv4/udp.c
571
static void udp_rehash4(struct udp_table *udptable, struct sock *sk,
net/ipv4/udp.c
594
static void udp_unhash4(struct udp_table *udptable, struct sock *sk)
net/ipv4/udp.c
617
struct udp_table *udptable;
net/ipv4/udp.c
625
udptable = net->ipv4.udp_table;
net/ipv4/udp.c
671
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv4/udp_diag.c
95
struct udp_table *table;
net/ipv4/udp_diag.c
97
table = net->ipv4.udp_table;
net/ipv6/udp.c
1191
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv6/udp.c
200
const struct udp_table *udptable)
net/ipv6/udp.c
281
struct udp_table *udptable)
net/ipv6/udp.c
294
struct udp_table *udptable)
net/ipv6/udp.c
350
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv6/udp.c
941
struct udp_table *udptable = net->ipv4.udp_table;
tools/testing/selftests/bpf/progs/sock_iter_batch.c
100
struct udp_table *udptable;
tools/testing/selftests/bpf/progs/sock_iter_batch.c
125
udptable = sk->sk_net.net->ipv4.udp_table;