Home
last modified time | relevance | path

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

/net/netfilter/
Dxt_CT.c169 ct = nf_ct_tmpl_alloc(par->net, &zone, GFP_KERNEL); in xt_ct_tg_check()
Dnft_ct.c267 ct = nf_ct_tmpl_alloc(nft_net(pkt), &zone, GFP_ATOMIC); in nft_ct_set_zone_eval()
373 tmp = nf_ct_tmpl_alloc(&init_net, &zone, GFP_KERNEL); in nft_ct_tmpl_alloc_pcpu()
Dnf_conntrack_core.c541 struct nf_conn *nf_ct_tmpl_alloc(struct net *net, in nf_ct_tmpl_alloc() function
571 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()
/net/sched/
Dact_ct.c655 tmpl = nf_ct_tmpl_alloc(net, &zone, GFP_KERNEL); in tcf_ct_fill_params()
/net/openvswitch/
Dconntrack.c1674 ct_info.ct = nf_ct_tmpl_alloc(net, &ct_info.zone, GFP_KERNEL); in ovs_ct_copy_action()