Home
last modified time | relevance | path

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

/linux/include/net/
H A Dudp.h97 struct udp_table { struct
106 extern struct udp_table udp_table; argument
107 void udp_table_init(struct udp_table *, const char *);
108 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot()
119 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2()
126 static inline void udp_table_hash4_init(struct udp_table *table) in udp_table_hash4_init()
130 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4()
162 static inline void udp_table_hash4_init(struct udp_table *table) in udp_table_hash4_init()
174 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4()
443 struct udp_table *tbl, struct sk_buff *skb);
[all …]
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.h1390 struct udp_table *udp_table;
1381 struct udp_table *udp_table; global() member
/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 *);
H A Dudp_offload.c873 sdif, net->ipv4.udp_table, NULL);
/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/netns/
H A Dipv4.h98 struct udp_table *udp_table; member
/linux/net/core/
H A Dfilter.c6883 dif, sdif, net->ipv4.udp_table, NULL); in sk_lookup()
6899 net->ipv4.udp_table, NULL); in sk_lookup()