Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/netfilter/
Dnf_conntrack_timeout.h14 struct nf_ct_timeout { struct
21 struct nf_ct_timeout __rcu *timeout; argument
28 struct nf_ct_timeout *timeout; in nf_ct_timeout_data()
52 struct nf_ct_timeout *timeout, in nf_ct_timeout_ext_add()
84 void nf_ct_untimeout(struct net *net, struct nf_ct_timeout *timeout);
104 struct nf_ct_timeout *(*timeout_find_get)(struct net *net, const char *name);
105 void (*timeout_put)(struct nf_ct_timeout *timeout);
/linux-6.12.1/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;
511 static struct nf_ct_timeout *ctnl_timeout_find_get(struct net *net, in ctnl_timeout_find_get()
530 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()
/linux-6.12.1/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()
1423 ct_info.nf_ct_timeout = rcu_dereference( in ovs_ct_copy_action()