netfilter: factor out packet duplication for IPv4/IPv6
[deliverable/linux.git] / include / net / netfilter / ipv4 / nf_dup_ipv4.h
1 #ifndef _NF_DUP_IPV4_H_
2 #define _NF_DUP_IPV4_H_
3
4 void nf_dup_ipv4(struct sk_buff *skb, unsigned int hooknum,
5 const struct in_addr *gw, int oif);
6
7 #endif /* _NF_DUP_IPV4_H_ */
This page took 0.044794 seconds and 5 git commands to generate.