Home
last modified time | relevance | path

Searched refs:nf_ct_tmpl_alloc (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/include/net/netfilter/
Dnf_conntrack.h321 struct nf_conn *nf_ct_tmpl_alloc(struct net *net,
/Linux-v5.10/net/netfilter/
Dxt_CT.c169 ct = nf_ct_tmpl_alloc(par->net, &zone, GFP_KERNEL); in xt_ct_tg_check()
Dnft_ct.c265 ct = nf_ct_tmpl_alloc(nft_net(pkt), &zone, GFP_ATOMIC); in nft_ct_set_zone_eval()
371 tmp = nf_ct_tmpl_alloc(&init_net, &zone, GFP_KERNEL); in nft_ct_tmpl_alloc_pcpu()
Dnf_conntrack_core.c543 struct nf_conn *nf_ct_tmpl_alloc(struct net *net, in nf_ct_tmpl_alloc() function
573 EXPORT_SYMBOL_GPL(nf_ct_tmpl_alloc);
Dnf_synproxy_core.c337 ct = nf_ct_tmpl_alloc(net, &nf_ct_zone_dflt, GFP_KERNEL); in synproxy_net_init()
/Linux-v5.10/net/sched/
Dact_ct.c1205 tmpl = nf_ct_tmpl_alloc(net, &zone, GFP_KERNEL); in tcf_ct_fill_params()
/Linux-v5.10/net/openvswitch/
Dconntrack.c1685 ct_info.ct = nf_ct_tmpl_alloc(net, &ct_info.zone, GFP_KERNEL); in ovs_ct_copy_action()