Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _NF_DEFRAG_IPV6_H
3#define _NF_DEFRAG_IPV6_H
4
5#include <linux/skbuff.h>
6#include <linux/types.h>
7
8int nf_defrag_ipv6_enable(struct net *net);
9void nf_defrag_ipv6_disable(struct net *net);
10
11int nf_ct_frag6_init(void);
12void nf_ct_frag6_cleanup(void);
13int nf_ct_frag6_gather(struct net *net, struct sk_buff *skb, u32 user);
14
15struct inet_frags_ctl;
16
17struct nft_ct_frag6_pernet {
18 struct ctl_table_header *nf_frag_frags_hdr;
19 struct fqdir *fqdir;
20};
21
22#endif /* _NF_DEFRAG_IPV6_H */
23

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/include/net/netfilter/ipv6/nf_defrag_ipv6.h