Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/netfilter/
Dnf_nat_pptp.c47 struct nf_conntrack_expect *other_exp; in pptp_nat_expected() local
84 other_exp = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t); in pptp_nat_expected()
85 if (other_exp) { in pptp_nat_expected()
86 nf_ct_unexpect_related(other_exp); in pptp_nat_expected()
87 nf_ct_expect_put(other_exp); in pptp_nat_expected()