]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - 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
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
502061f8
PNA
2#ifndef _NF_DUP_NETDEV_H_
3#define _NF_DUP_NETDEV_H_
4
5void nf_dup_netdev_egress(const struct nft_pktinfo *pkt, int oif);
3bf32761 6void nf_fwd_netdev_egress(const struct nft_pktinfo *pkt, int oif);
502061f8
PNA
7
8#endif