Searched refs:udp_table (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | udp.h | 72 struct udp_table { struct 78 extern struct udp_table udp_table; argument 79 void udp_table_init(struct udp_table *, const char *); 80 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 89 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() 304 struct udp_table *tbl, struct sk_buff *skb); 314 int dif, int sdif, struct udp_table *tbl, 434 struct udp_table *udp_table; member
|
A D | udplite.h | 16 extern struct udp_table udplite_table;
|
A D | ipv6_stubs.h | 82 int dif, int sdif, struct udp_table *tbl,
|
A D | sock.h | 1342 struct udp_table *udp_table; member
|
/linux-6.3-rc2/net/ipv4/ |
A D | udplite.c | 17 struct udp_table udplite_table __read_mostly; 68 .h.udp_table = &udplite_table, 83 .udp_table = &udplite_table,
|
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()
|
A D | udp.c | 120 struct udp_table udp_table __read_mostly; 121 EXPORT_SYMBOL(udp_table); 136 return sk->sk_prot->h.udp_table ? : sock_net(sk)->ipv4.udp_table; in udp_get_table_prot() 2528 struct udp_table *udptable = net->ipv4.udp_table; in __udp4_lib_mcast_demux_lookup() 2563 struct udp_table *udptable = net->ipv4.udp_table; in __udp4_lib_demux_lookup() 2978 .h.udp_table = NULL, 2989 return afinfo->udp_table ? : net->ipv4.udp_table; in udp_get_table_afinfo() 3218 .udp_table = NULL, 3353 struct udp_table *udptable = net->ipv4.udp_table; in udp_pernet_table_free() 3390 net->ipv4.udp_table = &udp_table; in udp_set_table() [all …]
|
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 *);
|
A D | sysctl_net_ipv4.c | 421 udp_hash_entries = net->ipv4.udp_table->mask + 1; in proc_udp_hash_entries() 426 if (!net_eq(net, &init_net) && net->ipv4.udp_table == &udp_table) in proc_udp_hash_entries()
|
A D | udp_offload.c | 608 inet_sdif(skb), net->ipv4.udp_table, NULL); in udp4_gro_lookup_skb()
|
/linux-6.3-rc2/net/ipv6/ |
A D | udp_impl.h | 11 int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int); 13 __be32, struct udp_table *);
|
A D | udplite.c | 64 .h.udp_table = &udplite_table, 103 .udp_table = &udplite_table,
|
A D | udp.c | 210 struct udp_table *udptable, in udp6_lookup_run_bpf() 220 if (udptable != net->ipv4.udp_table) in udp6_lookup_run_bpf() 288 struct udp_table *udptable) in __udp6_lib_lookup_skb() 318 dif, 0, net->ipv4.udp_table, NULL); in udp6_lib_lookup() 523 struct udp_table *udptable, in __udp6_lib_err_encap() 577 struct udp_table *udptable) in __udp6_lib_err() 694 dev_net(skb->dev)->ipv4.udp_table); in udpv6_err() 848 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() 1068 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_demux_lookup() 1730 .udp_table = NULL, [all …]
|
A D | udp_offload.c | 124 inet6_sdif(skb), net->ipv4.udp_table, NULL); in udp6_gro_lookup_skb()
|
/linux-6.3-rc2/include/net/netns/ |
A D | ipv4.h | 46 struct udp_table *udp_table; member
|
/linux-6.3-rc2/drivers/infiniband/core/ |
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.3-rc2/net/core/ |
A D | filter.c | 6499 dif, sdif, net->ipv4.udp_table, NULL); in sk_lookup() 6515 net->ipv4.udp_table, NULL); in sk_lookup()
|
Completed in 51 milliseconds