Searched defs:ctnl_timeout (Results 1 – 2 of 2) sorted by relevance
20 struct ctnl_timeout { struct21 struct list_head head;22 struct rcu_head rcu_head;23 refcount_t refcnt;24 char name[CTNL_TIMEOUT_NAME_MAX];25 struct nf_ct_timeout timeout;
57 } ctnl_timeout; member