Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/netfilter/
Dnf_conntrack.h344 struct nf_conn *nf_ct_tmpl_alloc(struct net *net,
/Linux-v6.1/net/netfilter/
Dxt_CT.c184 ct = nf_ct_tmpl_alloc(par->net, &zone, GFP_KERNEL); in xt_ct_tg_check()
Dnft_ct.c270 ct = nf_ct_tmpl_alloc(nft_net(pkt), &zone, GFP_ATOMIC); in nft_ct_set_zone_eval()
375 tmp = nf_ct_tmpl_alloc(&init_net, &zone, GFP_KERNEL); in nft_ct_tmpl_alloc_pcpu()
Dnf_conntrack_core.c532 struct nf_conn *nf_ct_tmpl_alloc(struct net *net, in nf_ct_tmpl_alloc() function
562 EXPORT_SYMBOL_GPL(nf_ct_tmpl_alloc);
Dnf_synproxy_core.c336 ct = nf_ct_tmpl_alloc(net, &nf_ct_zone_dflt, GFP_KERNEL); in synproxy_net_init()
/Linux-v6.1/net/sched/
Dact_ct.c1313 tmpl = nf_ct_tmpl_alloc(net, &zone, GFP_KERNEL); in tcf_ct_fill_params()
/Linux-v6.1/net/openvswitch/
Dconntrack.c1705 ct_info.ct = nf_ct_tmpl_alloc(net, &ct_info.zone, GFP_KERNEL); in ovs_ct_copy_action()