aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/netfilter/ipv4/nf_defrag_ipv4.h
blob: db405f70e538b446837deb314e77d95dc5cd412a (plain) (blame)
1
2
3
4
5
6
7
#ifndef _NF_DEFRAG_IPV4_H
#define _NF_DEFRAG_IPV4_H

struct net;
int nf_defrag_ipv4_enable(struct net *);

#endif /* _NF_DEFRAG_IPV4_H */