]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - net/netfilter/nf_internals.h
Merge tag 'hwlock-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson...
[mirror_ubuntu-hirsute-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 */
26888dfd 10void nf_queue_nf_hook_drop(struct net *net);
f6ebe77f
HW
11
12/* nf_log.c */
c1b1203d 13int __init netfilter_log_init(void);
f6ebe77f 14
06cad3ac
FW
15/* core.c */
16void nf_hook_entries_delete_raw(struct nf_hook_entries __rcu **pp,
17 const struct nf_hook_ops *reg);
18int nf_hook_entries_insert_raw(struct nf_hook_entries __rcu **pp,
19 const struct nf_hook_ops *reg);
f6ebe77f 20#endif