|
@@ -269,6 +269,8 @@ struct sock *udp4_lib_lookup(struct net *net, __be32 saddr, __be16 sport,
|
|
|
struct sock *__udp4_lib_lookup(struct net *net, __be32 saddr, __be16 sport,
|
|
|
__be32 daddr, __be16 dport, int dif,
|
|
|
struct udp_table *tbl, struct sk_buff *skb);
|
|
|
+struct sock *udp4_lib_lookup_skb(struct sk_buff *skb,
|
|
|
+ __be16 sport, __be16 dport);
|
|
|
struct sock *udp6_lib_lookup(struct net *net,
|
|
|
const struct in6_addr *saddr, __be16 sport,
|
|
|
const struct in6_addr *daddr, __be16 dport,
|
|
@@ -278,6 +280,8 @@ struct sock *__udp6_lib_lookup(struct net *net,
|
|
|
const struct in6_addr *daddr, __be16 dport,
|
|
|
int dif, struct udp_table *tbl,
|
|
|
struct sk_buff *skb);
|
|
|
+struct sock *udp6_lib_lookup_skb(struct sk_buff *skb,
|
|
|
+ __be16 sport, __be16 dport);
|
|
|
|
|
|
/*
|
|
|
* SNMP statistics for UDP and UDP-Lite
|