]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/net/netfilter/nf_dup_netdev.h
Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze
[mirror_ubuntu-bionic-kernel.git] / include / net / netfilter / nf_dup_netdev.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_DUP_NETDEV_H_
3 #define _NF_DUP_NETDEV_H_
4
5 void nf_dup_netdev_egress(const struct nft_pktinfo *pkt, int oif);
6 void nf_fwd_netdev_egress(const struct nft_pktinfo *pkt, int oif);
7
8 #endif