Searched refs:other_exp (Results 1 – 1 of 1) sorted by relevance
48 struct nf_conntrack_expect *other_exp; in pptp_nat_expected() local85 other_exp = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t); in pptp_nat_expected()86 if (other_exp) { in pptp_nat_expected()87 nf_ct_unexpect_related(other_exp); in pptp_nat_expected()88 nf_ct_expect_put(other_exp); in pptp_nat_expected()