Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/net/netfilter/
Dnf_conntrack_timeout.h20 struct ctnl_timeout { struct
21 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;
Dnf_conntrack_l4proto.h88 } ctnl_timeout; member
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_conntrack_timeout.h20 struct ctnl_timeout { struct
21 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;
Dnf_conntrack_l4proto.h57 } ctnl_timeout; member