Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_timeout.h14 struct nf_ct_timeout { struct
25 struct nf_ct_timeout timeout; argument
29 struct nf_ct_timeout __rcu *timeout;
35 struct nf_ct_timeout *timeout; in nf_ct_timeout_data()
56 struct nf_ct_timeout *timeout, in nf_ct_timeout_ext_add()
90 void nf_ct_untimeout(struct net *net, struct nf_ct_timeout *timeout);
104 extern struct nf_ct_timeout *(*nf_ct_timeout_find_get_hook)(struct net *net, const char *name);
105 extern void (*nf_ct_timeout_put_hook)(struct nf_ct_timeout *timeout);
/Linux-v4.19/net/netfilter/
Dnf_conntrack_timeout.c27 struct nf_ct_timeout *
31 void (*nf_ct_timeout_put_hook)(struct nf_ct_timeout *timeout) __read_mostly;
45 void nf_ct_untimeout(struct net *net, struct nf_ct_timeout *timeout) in nf_ct_untimeout()
Dnft_ct.c802 struct nf_ct_timeout *timeout;
846 struct nf_ct_timeout *timeout; in nft_ct_timeout_obj_init()
868 timeout = kzalloc(sizeof(struct nf_ct_timeout) + in nft_ct_timeout_obj_init()
901 struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_destroy()
913 const struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_dump()
Dxt_CT.c107 static void __xt_ct_tg_timeout_put(struct nf_ct_timeout *timeout) in __xt_ct_tg_timeout_put()
124 struct nf_ct_timeout *timeout; in xt_ct_set_timeout()
Dnfnetlink_cttimeout.c492 static struct nf_ct_timeout *ctnl_timeout_find_get(struct net *net, in ctnl_timeout_find_get()
515 static void ctnl_timeout_put(struct nf_ct_timeout *t) in ctnl_timeout_put()