aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_dup_netdev.h
blob: 1816726721605a3f5a7bce270fb51ab5f483299e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NF_DUP_NETDEV_H_
#define _NF_DUP_NETDEV_H_

#include <net/netfilter/nf_tables.h>

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

#endif