Searched refs:other_exp (Results 1 – 1 of 1) sorted by relevance
47 struct nf_conntrack_expect *other_exp; in pptp_nat_expected() local79 other_exp = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t); in pptp_nat_expected()80 if (other_exp) { in pptp_nat_expected()81 nf_ct_unexpect_related(other_exp); in pptp_nat_expected()82 nf_ct_expect_put(other_exp); in pptp_nat_expected()