Linux-libre 5.4.39-gnu
[librecmc/linux-libre.git] / include / net / netfilter / ipv4 / nf_defrag_ipv4.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_DEFRAG_IPV4_H
3 #define _NF_DEFRAG_IPV4_H
4
5 struct net;
6 int nf_defrag_ipv4_enable(struct net *);
7
8 #endif /* _NF_DEFRAG_IPV4_H */