Merge remote-tracking branch 'lsk/linux-linaro-lsk-v4.4-android' into linux-linaro...
[firefly-linux-kernel-4.4.55.git] / include / uapi / linux / netfilter / xt_socket.h
index 87644f832494997ccc97af831a5fe63b7d183e5f..7f00df6cd8975273d0554bff021703a57542e52b 100644 (file)
@@ -26,4 +26,11 @@ struct xt_socket_mtinfo3 {
                           | XT_SOCKET_NOWILDCARD \
                           | XT_SOCKET_RESTORESKMARK)
 
+struct sock *xt_socket_lookup_slow_v4(struct net *net,
+                                     const struct sk_buff *skb,
+                                     const struct net_device *indev);
+struct sock *xt_socket_lookup_slow_v6(struct net *net,
+                                     const struct sk_buff *skb,
+                                     const struct net_device *indev);
+
 #endif /* _XT_SOCKET_H */