Go to the documentation of this file.
10 #ifndef _NF_CONNTRACK_HELPER_H
11 #define _NF_CONNTRACK_HELPER_H
23 #define NF_CT_HELPER_NAME_LEN 16
76 static inline void *nfct_help_data(
const struct nf_conn *
ct)
82 return (
void *)help->
data;
92 unsigned int timeout);