Home
last modified time | relevance | path

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

/linux-6.15/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()
430 struct udp_table *tbl, struct sk_buff *skb);
440 int dif, int sdif, struct udp_table *tbl,
[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.h1338 struct udp_table *udp_table; member
/linux-6.15/net/ipv4/
H A Dudp.c123 struct udp_table udp_table __read_mostly;
138 return sk->sk_prot->h.udp_table ? : sock_net(sk)->ipv4.udp_table; in udp_get_table_prot()
625 struct udp_table *udptable; in udp_lib_hash4()
2754 struct udp_table *udptable = net->ipv4.udp_table; in __udp4_lib_mcast_demux_lookup()
2789 struct udp_table *udptable = net->ipv4.udp_table; in __udp4_lib_demux_lookup()
3218 .h.udp_table = NULL,
3250 return afinfo->udp_table ? : net->ipv4.udp_table; in udp_get_table_seq()
3257 struct udp_table *udptable; in udp_get_first()
3628 .udp_table = NULL,
3770 struct udp_table *udptable = net->ipv4.udp_table; in udp_pernet_table_free()
[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_diag.c28 static int udp_dump_one(struct udp_table *tbl, in udp_dump_one()
89 static void udp_dump(struct udp_table *table, struct sk_buff *skb, in udp_dump()
150 udp_dump(sock_net(cb->skb->sk)->ipv4.udp_table, skb, cb, r); in udp_diag_dump()
156 return udp_dump_one(sock_net(cb->skb->sk)->ipv4.udp_table, cb, req); in udp_diag_dump_one()
169 struct udp_table *tbl) in __udp_diag_destroy()
228 return __udp_diag_destroy(in_skb, req, sock_net(in_skb->sk)->ipv4.udp_table); in udp_diag_destroy()
H A Dudp_impl.h9 int __udp4_lib_rcv(struct sk_buff *, struct udp_table *, int);
10 int __udp4_lib_err(struct sk_buff *, u32, struct udp_table *);
H A Dsysctl_net_ipv4.c423 udp_hash_entries = net->ipv4.udp_table->mask + 1; in proc_udp_hash_entries()
428 if (!net_eq(net, &init_net) && net->ipv4.udp_table == &udp_table) in proc_udp_hash_entries()
H A Dudp_offload.c703 sdif, net->ipv4.udp_table, NULL); in udp4_gro_lookup_skb()
/linux-6.15/net/ipv6/
H A Dudp_impl.h11 int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int);
13 __be32, struct udp_table *);
H A Dudplite.c70 .h.udp_table = &udplite_table,
109 .udp_table = &udplite_table,
H A Dudp.c278 struct udp_table *udptable) in udp6_lib_lookup4()
291 struct udp_table *udptable) in udp6_lib_lookup4()
372 udptable == net->ipv4.udp_table) { in __udp6_lib_lookup()
409 struct udp_table *udptable) in __udp6_lib_lookup_skb()
430 sdif, net->ipv4.udp_table, NULL); in udp6_lib_lookup_skb()
443 dif, 0, net->ipv4.udp_table, NULL); in udp6_lib_lookup()
649 struct udp_table *udptable, in __udp6_lib_err_encap()
703 struct udp_table *udptable) in __udp6_lib_err()
1200 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_demux_lookup()
1881 .udp_table = NULL,
[all …]
H A Dudp_offload.c127 sdif, net->ipv4.udp_table, NULL); in udp6_gro_lookup_skb()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c65 struct udp_table *udptable; in iter_udp_soreuse()
84 udptable = sk->sk_net.net->ipv4.udp_table; in iter_udp_soreuse()
/linux-6.15/include/net/netns/
H A Dipv4.h86 struct udp_table *udp_table; member
/linux-6.15/drivers/infiniband/core/
H A Dud_header.c167 static const struct ib_field udp_table[] = { variable
444 ib_pack(udp_table, ARRAY_SIZE(udp_table), in ib_ud_header_pack()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst12 struct_udp_table* udp_table
/linux-6.15/net/core/
H A Dfilter.c6769 dif, sdif, net->ipv4.udp_table, NULL); in sk_lookup()
6785 net->ipv4.udp_table, NULL); in sk_lookup()