import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / uapi / linux / netfilter / xt_socket.h
index 26d7217bd4f1cf1337a7c1d5d5643801d23b4e8a..63594564831c4b26f8e793d6d9b52c18406dc79c 100644 (file)
@@ -11,4 +11,10 @@ struct xt_socket_mtinfo1 {
        __u8 flags;
 };
 
+void xt_socket_put_sk(struct sock *sk);
+struct sock *xt_socket_get4_sk(const struct sk_buff *skb,
+                              struct xt_action_param *par);
+struct sock *xt_socket_get6_sk(const struct sk_buff *skb,
+                              struct xt_action_param *par);
+
 #endif /* _XT_SOCKET_H */