[NETFILTER]: Replace sk_buff ** with sk_buff *
[deliverable/linux.git] / include / net / netfilter / nf_nat_protocol.h
index 14c7b2d7263cc2be8ae4f5c4a9a0aef73708b6ff..04578bfe23e17fbfa8791bc92dfb7a7bdd4c1b79 100644 (file)
@@ -18,7 +18,7 @@ struct nf_nat_protocol
 
        /* Translate a packet to the target according to manip type.
           Return true if succeeded. */
-       int (*manip_pkt)(struct sk_buff **pskb,
+       int (*manip_pkt)(struct sk_buff *skb,
                         unsigned int iphdroff,
                         const struct nf_conntrack_tuple *tuple,
                         enum nf_nat_manip_type maniptype);
This page took 0.025772 seconds and 5 git commands to generate.