Searched refs:nf_ct_timeout (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_conntrack_timeout.h | 14 struct nf_ct_timeout { struct 25 struct nf_ct_timeout timeout; 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);
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_conntrack_timeout.h | 14 struct nf_ct_timeout { struct 21 struct nf_ct_timeout __rcu *timeout; 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);
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_timeout.c | 25 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() 148 pr_err("nf_ct_timeout: Unable to register timeout extension.\n"); in nf_conntrack_timeout_init()
|
H A D | nft_ct.c | 829 struct nf_ct_timeout *timeout; 873 struct nf_ct_timeout *timeout; in nft_ct_timeout_obj_init() 895 timeout = kzalloc(sizeof(struct nf_ct_timeout) + in nft_ct_timeout_obj_init() 927 struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_destroy() 938 const struct nf_ct_timeout *timeout = priv->timeout; in nft_ct_timeout_obj_dump()
|
H A D | nfnetlink_cttimeout.c | 503 static struct nf_ct_timeout *ctnl_timeout_find_get(struct net *net, in ctnl_timeout_find_get() 526 static void ctnl_timeout_put(struct nf_ct_timeout *t) in ctnl_timeout_put()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_timeout.c | 33 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 D | nfnetlink_cttimeout.c | 44 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()
|
H A D | nft_ct.c | 897 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()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | conntrack.c | 70 struct nf_ct_timeout *nf_ct_timeout; member 708 if (info->nf_ct_timeout) { in skb_nfct_cached() 712 if (!timeout_ext || info->nf_ct_timeout != in skb_nfct_cached() 1698 ct_info.nf_ct_timeout = rcu_dereference( in ovs_ct_copy_action()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | conntrack.c | 74 struct nf_ct_timeout *nf_ct_timeout; member 585 if (info->nf_ct_timeout) { in skb_nfct_cached() 589 if (!timeout_ext || info->nf_ct_timeout != in skb_nfct_cached() 1386 ct_info.nf_ct_timeout = rcu_dereference( in ovs_ct_copy_action()
|
Completed in 13 milliseconds