Home
last modified time | relevance | path

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

/net/netfilter/
Dnf_conntrack_timeout.c33 const struct nf_ct_timeout *t; in untimeout()
45 void nf_ct_untimeout(struct net *net, struct nf_ct_timeout *timeout) in nf_ct_untimeout()
56 static void __nf_ct_timeout_put(struct nf_ct_timeout *timeout) in __nf_ct_timeout_put()
68 struct nf_ct_timeout *timeout; in nf_ct_set_timeout()
136 struct nf_ct_timeout *t; in nf_ct_destroy_timeout()
Dnfnetlink_cttimeout.c44 struct nf_ct_timeout timeout;
512 static struct nf_ct_timeout *ctnl_timeout_find_get(struct net *net, in ctnl_timeout_find_get()
531 static void ctnl_timeout_put(struct nf_ct_timeout *t) in ctnl_timeout_put()
Dnft_ct.c897 struct nf_ct_timeout *timeout;
941 struct nf_ct_timeout *timeout; in nft_ct_timeout_obj_init()
963 timeout = kzalloc(sizeof(struct nf_ct_timeout) + in nft_ct_timeout_obj_init()
995 struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_destroy()
1006 const struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_dump()
/net/openvswitch/
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()
1392 ct_info.nf_ct_timeout = rcu_dereference( in ovs_ct_copy_action()