Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netfilter/
Dnf_conntrack.h254 struct nf_conn *nf_conntrack_alloc(struct net *net, u16 zone,
/linux-4.1.27/net/netfilter/
Dnf_synproxy_core.c356 ct = nf_conntrack_alloc(net, 0, &t, &t, GFP_KERNEL); in synproxy_net_init()
Dxt_CT.c206 ct = nf_conntrack_alloc(par->net, info->zone, &t, &t, GFP_KERNEL); in xt_ct_tg_check()
Dnf_conntrack_core.c862 struct nf_conn *nf_conntrack_alloc(struct net *net, u16 zone, in nf_conntrack_alloc() function
869 EXPORT_SYMBOL_GPL(nf_conntrack_alloc);
Dnf_conntrack_netlink.c1659 ct = nf_conntrack_alloc(net, zone, otuple, rtuple, GFP_ATOMIC); in ctnetlink_create_conntrack()