Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/netfilter/
Dnf_conntrack.h335 struct nf_conn *nf_ct_tmpl_alloc(struct net *net,
/Linux-v5.15/net/netfilter/
Dxt_CT.c169 ct = nf_ct_tmpl_alloc(par->net, &zone, GFP_KERNEL); in xt_ct_tg_check()
Dnft_ct.c266 ct = nf_ct_tmpl_alloc(nft_net(pkt), &zone, GFP_ATOMIC); in nft_ct_set_zone_eval()
372 tmp = nf_ct_tmpl_alloc(&init_net, &zone, GFP_KERNEL); in nft_ct_tmpl_alloc_pcpu()
Dnf_conntrack_core.c562 struct nf_conn *nf_ct_tmpl_alloc(struct net *net, in nf_ct_tmpl_alloc() function
592 EXPORT_SYMBOL_GPL(nf_ct_tmpl_alloc);
Dnf_synproxy_core.c342 ct = nf_ct_tmpl_alloc(net, &nf_ct_zone_dflt, GFP_KERNEL); in synproxy_net_init()
/Linux-v5.15/net/sched/
Dact_ct.c1224 tmpl = nf_ct_tmpl_alloc(net, &zone, GFP_KERNEL); in tcf_ct_fill_params()
/Linux-v5.15/net/openvswitch/
Dconntrack.c1690 ct_info.ct = nf_ct_tmpl_alloc(net, &ct_info.zone, GFP_KERNEL); in ovs_ct_copy_action()