Searched refs:udp_table (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/net/ |
D | udp.h | 75 struct udp_table { struct 81 extern struct udp_table udp_table; argument 82 void udp_table_init(struct udp_table *, const char *); 83 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 92 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() 301 struct udp_table *tbl, struct sk_buff *skb); 311 int dif, int sdif, struct udp_table *tbl, 423 struct udp_table *udp_table; member
|
D | udplite.h | 15 extern struct udp_table udplite_table;
|
D | sock.h | 1149 struct udp_table *udp_table; member
|
/Linux-v4.19/net/ipv4/ |
D | udplite.c | 20 struct udp_table udplite_table __read_mostly; 60 .h.udp_table = &udplite_table, 79 .udp_table = &udplite_table,
|
D | udp_diag.c | 34 static int udp_dump_one(struct udp_table *tbl, struct sk_buff *in_skb, in udp_dump_one() 97 static void udp_dump(struct udp_table *table, struct sk_buff *skb, in udp_dump() 154 udp_dump(&udp_table, skb, cb, r, bc); in udp_diag_dump() 160 return udp_dump_one(&udp_table, in_skb, nlh, req); in udp_diag_dump_one() 173 struct udp_table *tbl) in __udp_diag_destroy() 232 return __udp_diag_destroy(in_skb, req, &udp_table); in udp_diag_destroy()
|
D | udp_impl.h | 9 int __udp4_lib_rcv(struct sk_buff *, struct udp_table *, int); 10 void __udp4_lib_err(struct sk_buff *, u32, struct udp_table *);
|
D | udp.c | 119 struct udp_table udp_table __read_mostly; 120 EXPORT_SYMBOL(udp_table); 244 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_get_port() 466 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup() 533 struct udp_table *udptable) in __udp4_lib_lookup_skb() 545 return __udp4_lib_lookup_skb(skb, sport, dport, &udp_table); in udp4_lib_lookup_skb() 559 dif, 0, &udp_table, NULL); in udp4_lib_lookup() 599 void __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable) in __udp4_lib_err() 673 __udp4_lib_err(skb, info, &udp_table); in udp_err() 1789 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_unhash() [all …]
|
/Linux-v4.19/net/ipv6/ |
D | udp_impl.h | 11 int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int); 13 __be32, struct udp_table *);
|
D | udplite.c | 55 .h.udp_table = &udplite_table, 98 .udp_table = &udplite_table,
|
D | udp.c | 200 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() 269 struct udp_table *udptable) in __udp6_lib_lookup_skb() 285 inet6_sdif(skb), &udp_table, skb); in udp6_lib_lookup_skb() 299 dif, 0, &udp_table, NULL); in udp6_lib_lookup() 468 struct udp_table *udptable) in __udp6_lib_err() 548 __udp6_lib_err(skb, opt, type, code, offset, info, &udp_table); in udpv6_err() 681 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() 775 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() 892 unsigned int slot2 = hash2 & udp_table.mask; in __udp6_lib_demux_lookup() 893 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup() [all …]
|
/Linux-v4.19/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()
|