Searched refs:udp_table (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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() 261 struct udp_table *tbl); 269 int dif, struct udp_table *tbl); 308 struct udp_table *udp_table; member 317 struct udp_table *udp_table; member
|
D | udplite.h | 14 extern struct udp_table udplite_table;
|
D | sock.h | 1029 struct udp_table *udp_table; member
|
/linux-4.1.27/net/ipv4/ |
D | udp.c | 118 struct udp_table udp_table __read_mostly; 119 EXPORT_SYMBOL(udp_table); 215 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_get_port() 494 int dif, struct udp_table *udptable) in __udp4_lib_lookup() 575 struct udp_table *udptable) in __udp4_lib_lookup_skb() 587 return __udp4_lib_lookup(net, saddr, sport, daddr, dport, dif, &udp_table); in udp4_lib_lookup() 622 void __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable) in __udp4_lib_err() 695 __udp4_lib_err(skb, info, &udp_table); in udp_err() 1384 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_unhash() 1413 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_rehash() [all …]
|
D | udplite.c | 19 struct udp_table udplite_table __read_mostly; 59 .h.udp_table = &udplite_table, 89 .udp_table = &udplite_table,
|
D | udp_impl.h | 8 int __udp4_lib_rcv(struct sk_buff *, struct udp_table *, int); 9 void __udp4_lib_err(struct sk_buff *, u32, struct udp_table *);
|
D | udp_diag.c | 34 static int udp_dump_one(struct udp_table *tbl, struct sk_buff *in_skb, in udp_dump_one() 95 static void udp_dump(struct udp_table *table, struct sk_buff *skb, in udp_dump() 152 udp_dump(&udp_table, skb, cb, r, bc); in udp_diag_dump() 158 return udp_dump_one(&udp_table, in_skb, nlh, req); in udp_diag_dump_one()
|
/linux-4.1.27/net/ipv6/ |
D | udp_impl.h | 10 int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int); 12 __be32, struct udp_table *);
|
D | udplite.c | 54 .h.udp_table = &udplite_table, 108 .udp_table = &udplite_table,
|
D | udp.c | 287 int dif, struct udp_table *udptable) in __udp6_lib_lookup() 367 struct udp_table *udptable) in __udp6_lib_lookup_skb() 383 return __udp6_lib_lookup(net, saddr, sport, daddr, dport, dif, &udp_table); in udp6_lib_lookup() 536 struct udp_table *udptable) in __udp6_lib_err() 611 __udp6_lib_err(skb, opt, type, code, offset, info, &udp_table); in udpv6_err() 784 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() 798 udp_table.mask; in __udp6_lib_mcast_deliver() 799 hash2 = udp6_portaddr_hash(net, daddr, hnum) & udp_table.mask; in __udp6_lib_mcast_deliver() 801 hslot = &udp_table.hash2[hash2]; in __udp6_lib_mcast_deliver() 844 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() [all …]
|