Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
A Dnf_conntrack_timeout.h14 struct nf_ct_timeout { struct
25 struct nf_ct_timeout timeout; argument
29 struct nf_ct_timeout __rcu *timeout;
36 struct nf_ct_timeout *timeout; in nf_ct_timeout_data()
60 struct nf_ct_timeout *timeout, in nf_ct_timeout_ext_add()
94 void nf_ct_untimeout(struct net *net, struct nf_ct_timeout *timeout);
123 extern struct nf_ct_timeout *(*nf_ct_timeout_find_get_hook)(struct net *net, const char *name);
124 extern void (*nf_ct_timeout_put_hook)(struct nf_ct_timeout *timeout);
/linux/net/netfilter/
A Dnf_conntrack_timeout.c25 struct nf_ct_timeout *
29 void (*nf_ct_timeout_put_hook)(struct nf_ct_timeout *timeout) __read_mostly;
43 void nf_ct_untimeout(struct net *net, struct nf_ct_timeout *timeout) in nf_ct_untimeout()
49 static void __nf_ct_timeout_put(struct nf_ct_timeout *timeout) in __nf_ct_timeout_put()
62 struct nf_ct_timeout *timeout; in nf_ct_set_timeout()
A Dnft_ct.c826 struct nf_ct_timeout *timeout;
870 struct nf_ct_timeout *timeout; in nft_ct_timeout_obj_init()
892 timeout = kzalloc(sizeof(struct nf_ct_timeout) + in nft_ct_timeout_obj_init()
924 struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_destroy()
935 const struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_dump()
A Dnfnetlink_cttimeout.c499 static struct nf_ct_timeout *ctnl_timeout_find_get(struct net *net, in ctnl_timeout_find_get()
523 static void ctnl_timeout_put(struct nf_ct_timeout *t) in ctnl_timeout_put()
/linux/net/openvswitch/
A Dconntrack.c70 struct nf_ct_timeout *nf_ct_timeout; member
710 if (info->nf_ct_timeout) { in skb_nfct_cached()
714 if (!timeout_ext || info->nf_ct_timeout != in skb_nfct_cached()
1702 ct_info.nf_ct_timeout = rcu_dereference( in ovs_ct_copy_action()

Completed in 12 milliseconds