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/ipv6_stubs.h
88
int dif, int sdif, struct udp_table *tbl,
include/net/netns/ipv4.h
98
struct udp_table *udp_table;
include/net/sock.h
1390
struct udp_table *udp_table;
include/net/udp.h
106
extern struct udp_table udp_table;
include/net/udp.h
107
void udp_table_init(struct udp_table *, const char *);
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
126
static inline void udp_table_hash4_init(struct udp_table *table)
include/net/udp.h
130
static inline struct udp_hslot *udp_hashslot4(struct udp_table *table,
include/net/udp.h
162
static inline void udp_table_hash4_init(struct udp_table *table)
include/net/udp.h
174
static inline struct udp_hslot *udp_hashslot4(struct udp_table *table,
include/net/udp.h
443
struct udp_table *tbl, struct sk_buff *skb);
include/net/udp.h
453
int dif, int sdif, struct udp_table *tbl,
include/net/udp.h
566
struct udp_table *udp_table;
include/net/udplite.h
16
extern struct udp_table udplite_table;
net/core/filter.c
6892
dif, sdif, net->ipv4.udp_table, NULL);
net/core/filter.c
6908
net->ipv4.udp_table, NULL);
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
1027
return __udp4_lib_err(skb, info, dev_net(skb->dev)->ipv4.udp_table);
net/ipv4/udp.c
125
struct udp_table udp_table __read_mostly;
net/ipv4/udp.c
136
static struct udp_table *udp_get_table_prot(struct sock *sk)
net/ipv4/udp.c
138
return sk->sk_prot->h.udp_table ? : sock_net(sk)->ipv4.udp_table;
net/ipv4/udp.c
2249
struct udp_table *udptable = udp_get_table_prot(sk);
net/ipv4/udp.c
2283
struct udp_table *udptable = udp_get_table_prot(sk);
net/ipv4/udp.c
242
struct udp_table *udptable = udp_get_table_prot(sk);
net/ipv4/udp.c
2558
struct udp_table *udptable,
net/ipv4/udp.c
2692
int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable,
net/ipv4/udp.c
2809
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv4/udp.c
2844
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv4/udp.c
2936
return __udp4_lib_rcv(skb, dev_net(skb->dev)->ipv4.udp_table, IPPROTO_UDP);
net/ipv4/udp.c
3296
.h.udp_table = NULL,
net/ipv4/udp.c
3317
static struct udp_table *udp_get_table_seq(struct seq_file *seq,
net/ipv4/udp.c
3324
return net->ipv4.udp_table;
net/ipv4/udp.c
3328
return afinfo->udp_table ? : net->ipv4.udp_table;
net/ipv4/udp.c
3335
struct udp_table *udptable;
net/ipv4/udp.c
3363
struct udp_table *udptable;
net/ipv4/udp.c
3416
struct udp_table *udptable;
net/ipv4/udp.c
3509
struct udp_table *udptable;
net/ipv4/udp.c
3761
.udp_table = NULL,
net/ipv4/udp.c
3811
void __init udp_table_init(struct udp_table *table, const char *name)
net/ipv4/udp.c
3861
static struct udp_table __net_init *udp_pernet_table_alloc(unsigned int hash_entries)
net/ipv4/udp.c
3863
struct udp_table *udptable;
net/ipv4/udp.c
3903
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv4/udp.c
3905
if (udptable == &udp_table)
net/ipv4/udp.c
3914
struct udp_table *udptable;
net/ipv4/udp.c
3934
net->ipv4.udp_table = udptable;
net/ipv4/udp.c
3940
net->ipv4.udp_table = &udp_table;
net/ipv4/udp.c
4053
udp_table_init(&udp_table, "UDP");
net/ipv4/udp.c
446
const struct udp_table *udptable)
net/ipv4/udp.c
528
struct udp_table *udptable)
net/ipv4/udp.c
533
static void udp_rehash4(struct udp_table *udptable, struct sock *sk,
net/ipv4/udp.c
538
static void udp_unhash4(struct udp_table *udptable, struct sock *sk)
net/ipv4/udp.c
546
struct udp_table *udptable)
net/ipv4/udp.c
579
static void udp_rehash4(struct udp_table *udptable, struct sock *sk,
net/ipv4/udp.c
602
static void udp_unhash4(struct udp_table *udptable, struct sock *sk)
net/ipv4/udp.c
625
struct udp_table *udptable;
net/ipv4/udp.c
633
udptable = net->ipv4.udp_table;
net/ipv4/udp.c
679
int sdif, struct udp_table *udptable, struct sk_buff *skb)
net/ipv4/udp.c
705
udptable == net->ipv4.udp_table) {
net/ipv4/udp.c
748
struct udp_table *udptable)
net/ipv4/udp.c
769
sdif, net->ipv4.udp_table, NULL);
net/ipv4/udp.c
782
dif, 0, net->ipv4.udp_table, NULL);
net/ipv4/udp.c
872
struct udp_table *udptable,
net/ipv4/udp.c
931
int __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable)
net/ipv4/udp_diag.c
146
udp_dump(sock_net(cb->skb->sk)->ipv4.udp_table, skb, cb, r);
net/ipv4/udp_diag.c
152
return udp_dump_one(sock_net(cb->skb->sk)->ipv4.udp_table, cb, req);
net/ipv4/udp_diag.c
165
struct udp_table *tbl)
net/ipv4/udp_diag.c
224
return __udp_diag_destroy(in_skb, req, sock_net(in_skb->sk)->ipv4.udp_table);
net/ipv4/udp_diag.c
28
static int udp_dump_one(struct udp_table *tbl,
net/ipv4/udp_diag.c
89
static void udp_dump(struct udp_table *table, struct sk_buff *skb,
net/ipv4/udp_impl.h
10
int __udp4_lib_rcv(struct sk_buff *, struct udp_table *, int);
net/ipv4/udp_impl.h
11
int __udp4_lib_err(struct sk_buff *, u32, struct udp_table *);
net/ipv4/udp_offload.c
873
sdif, net->ipv4.udp_table, NULL);
net/ipv4/udplite.c
17
struct udp_table udplite_table __read_mostly;
net/ipv4/udplite.c
69
.h.udp_table = &udplite_table,
net/ipv4/udplite.c
84
.udp_table = &udplite_table,
net/ipv6/udp.c
1072
int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable,
net/ipv6/udp.c
1202
struct udp_table *udptable = net->ipv4.udp_table;
net/ipv6/udp.c
1267
return __udp6_lib_rcv(skb, dev_net(skb->dev)->ipv4.udp_table, IPPROTO_UDP);
net/ipv6/udp.c
1885
.udp_table = NULL,
net/ipv6/udp.c
1937
.h.udp_table = NULL,
net/ipv6/udp.c
199
const struct udp_table *udptable)
net/ipv6/udp.c
280
struct udp_table *udptable)
net/ipv6/udp.c
293
struct udp_table *udptable)
net/ipv6/udp.c
347
int dif, int sdif, struct udp_table *udptable,
net/ipv6/udp.c
374
udptable == net->ipv4.udp_table) {
net/ipv6/udp.c
411
struct udp_table *udptable)
net/ipv6/udp.c
432
sdif, net->ipv4.udp_table, NULL);
net/ipv6/udp.c
445
dif, 0, net->ipv4.udp_table, NULL);
net/ipv6/udp.c
651
struct udp_table *udptable,
net/ipv6/udp.c
705
struct udp_table *udptable)
net/ipv6/udp.c
824
dev_net(skb->dev)->ipv4.udp_table);
net/ipv6/udp.c
980
struct udp_table *udptable, int proto)
net/ipv6/udp_impl.h
12
int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int);
net/ipv6/udp_impl.h
14
__be32, struct udp_table *);
net/ipv6/udp_offload.c
132
sdif, net->ipv4.udp_table, NULL);
net/ipv6/udplite.c
108
.udp_table = &udplite_table,
net/ipv6/udplite.c
69
.h.udp_table = &udplite_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;