Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_conntrack_timeout.h14 struct nf_ct_timeout { struct
22 struct nf_ct_timeout __rcu *timeout; argument
29 struct nf_ct_timeout *timeout; in nf_ct_timeout_data()
53 struct nf_ct_timeout *timeout, in nf_ct_timeout_ext_add()
85 void nf_ct_untimeout(struct net *net, struct nf_ct_timeout *timeout);
105 struct nf_ct_timeout *(*timeout_find_get)(struct net *net, const char *name);
106 void (*timeout_put)(struct nf_ct_timeout *timeout);
/linux/net/netfilter/
H A 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()
H A Dnft_ct.c874 struct nf_ct_timeout *timeout;
918 struct nf_ct_timeout *timeout; in nft_ct_timeout_obj_init()
940 timeout = kzalloc(sizeof(struct nf_ct_timeout) + in nft_ct_timeout_obj_init()
972 struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_destroy()
984 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()
1419 ct_info.nf_ct_timeout = rcu_dereference( in ovs_ct_copy_action()