Home
last modified time | relevance | path

Searched refs:nf_ct_timeout (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dnfnetlink_cttimeout.c41 struct nf_ct_timeout *timeout;
502 static struct nf_ct_timeout *ctnl_timeout_find_get(struct net *net, in ctnl_timeout_find_get()
522 static void ctnl_timeout_put(struct nf_ct_timeout *timeout) in ctnl_timeout_put()
H A Dnft_ct.c872 struct nf_ct_timeout *timeout;
914 struct nf_ct_timeout *timeout; in nft_ct_timeout_obj_init()
936 timeout = kzalloc(sizeof(struct nf_ct_timeout) + in nft_ct_timeout_obj_init()
969 struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_destroy()
981 const struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_dump()
/linux/net/openvswitch/
H A Dconntrack.c74 struct nf_ct_timeout *nf_ct_timeout; member
590 if (info->nf_ct_timeout) { in skb_nfct_cached()
594 if (!timeout_ext || info->nf_ct_timeout != in skb_nfct_cached()
1418 ct_info.nf_ct_timeout = rcu_dereference( in ovs_ct_copy_action()