aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_dup_netdev.h
blob: 397dcae349f9cd02c9e1c773bd0126fae3fbd5db (plain) (blame)
1
2
3
4
5
6
#ifndef _NF_DUP_NETDEV_H_
#define _NF_DUP_NETDEV_H_

void nf_dup_netdev_egress(const struct nft_pktinfo *pkt, int oif);

#endif