|
@@ -48,30 +48,26 @@ unsigned int nf_nat_ipv4_in(void *priv, struct sk_buff *skb,
|
|
|
const struct nf_hook_state *state,
|
|
|
unsigned int (*do_chain)(void *priv,
|
|
|
struct sk_buff *skb,
|
|
|
- const struct nf_hook_state *state,
|
|
|
- struct nf_conn *ct));
|
|
|
+ const struct nf_hook_state *state));
|
|
|
|
|
|
unsigned int nf_nat_ipv4_out(void *priv, struct sk_buff *skb,
|
|
|
const struct nf_hook_state *state,
|
|
|
unsigned int (*do_chain)(void *priv,
|
|
|
struct sk_buff *skb,
|
|
|
- const struct nf_hook_state *state,
|
|
|
- struct nf_conn *ct));
|
|
|
+ const struct nf_hook_state *state));
|
|
|
|
|
|
unsigned int nf_nat_ipv4_local_fn(void *priv,
|
|
|
struct sk_buff *skb,
|
|
|
const struct nf_hook_state *state,
|
|
|
unsigned int (*do_chain)(void *priv,
|
|
|
struct sk_buff *skb,
|
|
|
- const struct nf_hook_state *state,
|
|
|
- struct nf_conn *ct));
|
|
|
+ const struct nf_hook_state *state));
|
|
|
|
|
|
unsigned int nf_nat_ipv4_fn(void *priv, struct sk_buff *skb,
|
|
|
const struct nf_hook_state *state,
|
|
|
unsigned int (*do_chain)(void *priv,
|
|
|
struct sk_buff *skb,
|
|
|
- const struct nf_hook_state *state,
|
|
|
- struct nf_conn *ct));
|
|
|
+ const struct nf_hook_state *state));
|
|
|
|
|
|
int nf_nat_icmpv6_reply_translation(struct sk_buff *skb, struct nf_conn *ct,
|
|
|
enum ip_conntrack_info ctinfo,
|
|
@@ -81,29 +77,25 @@ unsigned int nf_nat_ipv6_in(void *priv, struct sk_buff *skb,
|
|
|
const struct nf_hook_state *state,
|
|
|
unsigned int (*do_chain)(void *priv,
|
|
|
struct sk_buff *skb,
|
|
|
- const struct nf_hook_state *state,
|
|
|
- struct nf_conn *ct));
|
|
|
+ const struct nf_hook_state *state));
|
|
|
|
|
|
unsigned int nf_nat_ipv6_out(void *priv, struct sk_buff *skb,
|
|
|
const struct nf_hook_state *state,
|
|
|
unsigned int (*do_chain)(void *priv,
|
|
|
struct sk_buff *skb,
|
|
|
- const struct nf_hook_state *state,
|
|
|
- struct nf_conn *ct));
|
|
|
+ const struct nf_hook_state *state));
|
|
|
|
|
|
unsigned int nf_nat_ipv6_local_fn(void *priv,
|
|
|
struct sk_buff *skb,
|
|
|
const struct nf_hook_state *state,
|
|
|
unsigned int (*do_chain)(void *priv,
|
|
|
struct sk_buff *skb,
|
|
|
- const struct nf_hook_state *state,
|
|
|
- struct nf_conn *ct));
|
|
|
+ const struct nf_hook_state *state));
|
|
|
|
|
|
unsigned int nf_nat_ipv6_fn(void *priv, struct sk_buff *skb,
|
|
|
const struct nf_hook_state *state,
|
|
|
unsigned int (*do_chain)(void *priv,
|
|
|
struct sk_buff *skb,
|
|
|
- const struct nf_hook_state *state,
|
|
|
- struct nf_conn *ct));
|
|
|
+ const struct nf_hook_state *state));
|
|
|
|
|
|
#endif /* _NF_NAT_L3PROTO_H */
|