/Linux-v6.1/include/net/ |
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() 295 struct udp_table *tbl, struct sk_buff *skb); 305 int dif, int sdif, struct udp_table *tbl, 425 struct udp_table *udp_table; member
|
D | udplite.h | 16 extern struct udp_table udplite_table;
|
D | ipv6_stubs.h | 82 int dif, int sdif, struct udp_table *tbl,
|
D | sock.h | 1338 struct udp_table *udp_table; member
|
/Linux-v6.1/net/ipv4/ |
D | udplite.c | 17 struct udp_table udplite_table __read_mostly; 68 .h.udp_table = &udplite_table, 83 .udp_table = &udplite_table,
|
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(&udp_table, skb, cb, r); in udp_diag_dump() 156 return udp_dump_one(&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, &udp_table); in udp_diag_destroy()
|
D | udp.c | 120 struct udp_table udp_table __read_mostly; 121 EXPORT_SYMBOL(udp_table); 236 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_get_port() 462 struct udp_table *udptable, in udp4_lookup_run_bpf() 470 if (udptable != &udp_table) in udp4_lookup_run_bpf() 489 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup() 538 struct udp_table *udptable) in __udp4_lib_lookup_skb() 554 inet_sdif(skb), &udp_table, NULL); in udp4_lib_lookup_skb() 567 dif, 0, &udp_table, NULL); in udp4_lib_lookup() 650 struct udp_table *udptable, in __udp4_lib_err_encap() [all …]
|
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 *);
|
D | udp_offload.c | 606 inet_sdif(skb), &udp_table, NULL); in udp4_gro_lookup_skb()
|
/Linux-v6.1/net/ipv6/ |
D | udp_impl.h | 11 int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int); 13 __be32, struct udp_table *);
|
D | udp.c | 210 struct udp_table *udptable, in udp6_lookup_run_bpf() 220 if (udptable != &udp_table) in udp6_lookup_run_bpf() 238 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() 288 struct udp_table *udptable) in __udp6_lib_lookup_skb() 304 inet6_sdif(skb), &udp_table, NULL); in udp6_lib_lookup_skb() 317 dif, 0, &udp_table, NULL); in udp6_lib_lookup() 522 struct udp_table *udptable, in __udp6_lib_err_encap() 576 struct udp_table *udptable) in __udp6_lib_err() 691 return __udp6_lib_err(skb, opt, type, code, offset, info, &udp_table); in udpv6_err() 845 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() [all …]
|
D | udplite.c | 64 .h.udp_table = &udplite_table, 103 .udp_table = &udplite_table,
|
D | udp_offload.c | 122 inet6_sdif(skb), &udp_table, NULL); in udp6_gro_lookup_skb()
|
/Linux-v6.1/drivers/infiniband/core/ |
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-v6.1/net/core/ |
D | filter.c | 6431 dif, sdif, &udp_table, NULL); in sk_lookup() 6447 &udp_table, NULL); in sk_lookup()
|