Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack.h295 struct nf_conn *nf_ct_tmpl_alloc(struct net *net,
/linux-4.4.14/net/netfilter/
Dnf_synproxy_core.c357 ct = nf_ct_tmpl_alloc(net, &nf_ct_zone_dflt, GFP_KERNEL); in synproxy_net_init()
Dxt_CT.c229 ct = nf_ct_tmpl_alloc(par->net, &zone, GFP_KERNEL); in xt_ct_tg_check()
Dnf_conntrack_core.c293 struct nf_conn *nf_ct_tmpl_alloc(struct net *net, in nf_ct_tmpl_alloc() function
316 EXPORT_SYMBOL_GPL(nf_ct_tmpl_alloc);
/linux-4.4.14/net/openvswitch/
Dconntrack.c696 ct_info.ct = nf_ct_tmpl_alloc(net, &ct_info.zone, GFP_KERNEL); in ovs_ct_copy_action()