Home
last modified time | relevance | path

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

/net/ipv4/
Dudp.c109 struct udp_table udp_table; variable
110 EXPORT_SYMBOL(udp_table);
164 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_get_port()
279 int dif, struct udp_table *udptable) in __udp4_lib_lookup()
323 struct udp_table *udptable) in __udp4_lib_lookup_skb()
339 return __udp4_lib_lookup(net, saddr, sport, daddr, dport, dif, &udp_table); in udp4_lib_lookup()
383 void __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable) in __udp4_lib_err()
452 __udp4_lib_err(skb, info, &udp_table); in udp_err()
997 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_unhash()
1151 struct udp_table *udptable) in __udp4_lib_mcast_deliver()
[all …]
Dudplite.c15 struct udp_table udplite_table;
55 .h.udp_table = &udplite_table,
76 .udp_table = &udplite_table,
Dudp_impl.h8 extern int __udp4_lib_rcv(struct sk_buff *, struct udp_table *, int );
9 extern void __udp4_lib_err(struct sk_buff *, u32, struct udp_table *);
/net/ipv6/
Dudp_impl.h10 extern int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int );
12 int , int , int , __be32 , struct udp_table *);
Dudp.c98 int dif, struct udp_table *udptable) in __udp6_lib_lookup()
141 struct udp_table *udptable) in __udp6_lib_lookup_skb()
285 struct udp_table *udptable) in __udp6_lib_err()
321 __udp6_lib_err(skb, opt, type, code, offset, info, &udp_table); in udpv6_err()
420 struct udp_table *udptable) in __udp6_lib_mcast_deliver()
494 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv()
591 return __udp6_lib_rcv(skb, &udp_table, IPPROTO_UDP); in udpv6_rcv()
1059 .udp_table = &udp_table,
1102 .h.udp_table = &udp_table,
Dudplite.c53 .h.udp_table = &udplite_table,
99 .udp_table = &udplite_table,