Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A 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;
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_l4proto.h57 } ctnl_timeout; member