root/include/net/netfilter/ipv4/nf_defrag_ipv4.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 */

/* [<][>][^][v][top][bottom][index][help] */