Home
last modified time | relevance | path

Searched refs:udp_table (Results 1 – 10 of 10) sorted by relevance

/linux/net/ipv4/
H A Dudp.c125 struct udp_table udp_table __read_mostly;
136 static struct udp_table *udp_get_table_prot(struct sock *sk) in udp_get_table_prot()
138 return sk->sk_prot->h.udp_table ? : sock_net(sk)->ipv4.udp_table; in udp_get_table_prot()
242 struct udp_table *udptable = udp_get_table_prot(sk); in udp_lib_get_port()
446 const struct udp_table *udptable) in udp4_lib_lookup1()
528 struct udp_table *udptable) in udp4_lib_lookup4()
533 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4()
538 static void udp_unhash4(struct udp_table *udptable, struct sock *sk) in udp_unhash4()
546 struct udp_table *udptable) in udp4_lib_lookup4()
579 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4()
[all …]
H A Dudplite.c17 struct udp_table udplite_table __read_mostly;
70 .h.udp_table = &udplite_table,
85 .udp_table = &udplite_table,
H A Dudp_impl.h10 int __udp4_lib_rcv(struct sk_buff *, struct udp_table *, int);
11 int __udp4_lib_err(struct sk_buff *, u32, struct udp_table *);
/linux/net/ipv6/
H A Dudp_impl.h12 int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int);
14 __be32, struct udp_table *);
H A Dudplite.c70 .h.udp_table = &udplite_table,
109 .udp_table = &udplite_table,
/linux/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c100 struct udp_table *udptable; in iter_udp_soreuse()
125 udptable = sk->sk_net.net->ipv4.udp_table; in iter_udp_soreuse()
/linux/include/net/
H A Dudplite.h16 extern struct udp_table udplite_table;
H A Dipv6_stubs.h88 int dif, int sdif, struct udp_table *tbl,
H A Dsock.h1381 struct udp_table *udp_table; member
/linux/net/core/
H A Dfilter.c6882 dif, sdif, net->ipv4.udp_table, NULL); in sk_lookup()
6898 net->ipv4.udp_table, NULL); in sk_lookup()