Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/netfilter/
Dnf_nat_pptp.c48 struct nf_conntrack_expect *other_exp; in pptp_nat_expected() local
85 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()