Home
last modified time | relevance | path

Searched defs:ctnl_timeout (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/net/netfilter/
Dnfnetlink_cttimeout.c36 struct ctnl_timeout { struct
37 struct list_head head;
38 struct list_head free_head;
39 struct rcu_head rcu_head;
40 refcount_t refcnt;
41 char name[CTNL_TIMEOUT_NAME_MAX];
44 struct nf_ct_timeout timeout;
/linux-6.12.1/include/net/netfilter/
Dnf_conntrack_l4proto.h57 } ctnl_timeout; member