other_exp          48 net/ipv4/netfilter/nf_nat_pptp.c 	struct nf_conntrack_expect *other_exp;
other_exp          85 net/ipv4/netfilter/nf_nat_pptp.c 	other_exp = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t);
other_exp          86 net/ipv4/netfilter/nf_nat_pptp.c 	if (other_exp) {
other_exp          87 net/ipv4/netfilter/nf_nat_pptp.c 		nf_ct_unexpect_related(other_exp);
other_exp          88 net/ipv4/netfilter/nf_nat_pptp.c 		nf_ct_expect_put(other_exp);