Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack.h348 struct nf_conn *nf_ct_tmpl_alloc(struct net *net,
/openbmc/linux/net/netfilter/
H A Dxt_CT.c184 ct = nf_ct_tmpl_alloc(par->net, &zone, GFP_KERNEL); in xt_ct_tg_check()
H A Dnft_ct.c260 ct = nf_ct_tmpl_alloc(nft_net(pkt), &zone, GFP_ATOMIC); in nft_ct_set_zone_eval()
366 tmp = nf_ct_tmpl_alloc(&init_net, &zone, GFP_KERNEL); in nft_ct_tmpl_alloc_pcpu()
H A Dnf_conntrack_core.c521 struct nf_conn *nf_ct_tmpl_alloc(struct net *net, in nf_ct_tmpl_alloc() function
551 EXPORT_SYMBOL_GPL(nf_ct_tmpl_alloc);
H A Dnf_synproxy_core.c336 ct = nf_ct_tmpl_alloc(net, &nf_ct_zone_dflt, GFP_KERNEL); in synproxy_net_init()
/openbmc/linux/net/sched/
H A Dact_ct.c1267 tmpl = nf_ct_tmpl_alloc(net, &zone, GFP_KERNEL); in tcf_ct_fill_params()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c1374 ct_info.ct = nf_ct_tmpl_alloc(net, &ct_info.zone, GFP_KERNEL); in ovs_ct_copy_action()