linux-surface/include/net/netfilter/ipv4/nf_defrag_ipv4.h
2017-08-10 09:25:24 -04:00

8 lines
138 B
C

#ifndef _NF_DEFRAG_IPV4_H
#define _NF_DEFRAG_IPV4_H
struct net;
int nf_defrag_ipv4_enable(struct net *);
#endif /* _NF_DEFRAG_IPV4_H */