| /linux-6.15/include/net/ |
| H A D | udp.h | 97 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 D | udplite.h | 16 extern struct udp_table udplite_table;
|
| H A D | ipv6_stubs.h | 88 int dif, int sdif, struct udp_table *tbl,
|
| H A D | sock.h | 1338 struct udp_table *udp_table; member
|
| /linux-6.15/net/ipv4/ |
| H A D | udp.c | 123 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 D | udplite.c | 17 struct udp_table udplite_table __read_mostly; 70 .h.udp_table = &udplite_table, 85 .udp_table = &udplite_table,
|
| H A D | udp_diag.c | 28 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 D | udp_impl.h | 9 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 D | sysctl_net_ipv4.c | 423 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 D | udp_offload.c | 703 sdif, net->ipv4.udp_table, NULL); in udp4_gro_lookup_skb()
|
| /linux-6.15/net/ipv6/ |
| H A D | udp_impl.h | 11 int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int); 13 __be32, struct udp_table *);
|
| H A D | udplite.c | 70 .h.udp_table = &udplite_table, 109 .udp_table = &udplite_table,
|
| H A D | udp.c | 278 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 D | udp_offload.c | 127 sdif, net->ipv4.udp_table, NULL); in udp6_gro_lookup_skb()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | sock_iter_batch.c | 65 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 D | ipv4.h | 86 struct udp_table *udp_table; member
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | ud_header.c | 167 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 D | netns_ipv4_sysctl.rst | 12 struct_udp_table* udp_table
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 6769 dif, sdif, net->ipv4.udp_table, NULL); in sk_lookup() 6785 net->ipv4.udp_table, NULL); in sk_lookup()
|