]> git.ipfire.org Git - people/arne_f/kernel.git/blame - net/netfilter/nf_internals.h
KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit
[people/arne_f/kernel.git] / net / netfilter / nf_internals.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f6ebe77f
HW
2#ifndef _NF_INTERNALS_H
3#define _NF_INTERNALS_H
4
f6ebe77f
HW
5#include <linux/list.h>
6#include <linux/skbuff.h>
7#include <linux/netdevice.h>
8
f6ebe77f 9/* nf_queue.c */
e3b37f11 10int nf_queue(struct sk_buff *skb, struct nf_hook_state *state,
960632ec
AC
11 const struct nf_hook_entries *entries, unsigned int index,
12 unsigned int verdict);
039b40ee 13unsigned int nf_queue_nf_hook_drop(struct net *net);
f6ebe77f
HW
14
15/* nf_log.c */
c1b1203d 16int __init netfilter_log_init(void);
f6ebe77f
HW
17
18#endif