Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dudp.h72 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()
316 struct udp_table *tbl, struct sk_buff *skb);
326 int dif, int sdif, struct udp_table *tbl,
445 struct udp_table *udp_table; member
H A Dudplite.h15 extern struct udp_table udplite_table;
H A Dipv6_stubs.h79 int dif, int sdif, struct udp_table *tbl,
H A Dsock.h1270 struct udp_table *udp_table; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_diag.c28 static int udp_dump_one(struct udp_table *tbl, in udp_dump_one()
91 static void udp_dump(struct udp_table *table, struct sk_buff *skb, in udp_dump()
152 udp_dump(&udp_table, skb, cb, r); in udp_diag_dump()
158 return udp_dump_one(&udp_table, cb, req); in udp_diag_dump_one()
171 struct udp_table *tbl) in __udp_diag_destroy()
230 return __udp_diag_destroy(in_skb, req, &udp_table); in udp_diag_destroy()
H A Dudp.c121 struct udp_table udp_table __read_mostly;
122 EXPORT_SYMBOL(udp_table);
235 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_get_port()
461 struct udp_table *udptable, in udp4_lookup_run_bpf()
469 if (udptable != &udp_table) in udp4_lookup_run_bpf()
488 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup()
537 struct udp_table *udptable) in __udp4_lib_lookup_skb()
553 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 …]
H A Dudplite.c17 struct udp_table udplite_table __read_mostly;
58 .h.udp_table = &udplite_table,
73 .udp_table = &udplite_table,
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 Dudp_offload.c569 inet_sdif(skb), &udp_table, NULL); in udp4_gro_lookup_skb()
/OK3568_Linux_fs/kernel/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 Dudp.c193 struct udp_table *udptable, in udp6_lookup_run_bpf()
203 if (udptable != &udp_table) in udp6_lookup_run_bpf()
221 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup()
271 struct udp_table *udptable) in __udp6_lib_lookup_skb()
287 inet6_sdif(skb), &udp_table, NULL); in udp6_lib_lookup_skb()
301 dif, 0, &udp_table, NULL); in udp6_lib_lookup()
507 struct udp_table *udptable, in __udp6_lib_err_encap()
549 struct udp_table *udptable) in __udp6_lib_err()
653 return __udp6_lib_err(skb, opt, type, code, offset, info, &udp_table); in udpv6_err()
800 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver()
[all …]
H A Dudplite.c54 .h.udp_table = &udplite_table,
93 .udp_table = &udplite_table,
H A Dudp_offload.c121 inet6_sdif(skb), &udp_table, NULL); in udp6_gro_lookup_skb()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c5885 dif, sdif, &udp_table, NULL); in sk_lookup()
5901 &udp_table, NULL); in sk_lookup()