Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c108 struct nf_conntrack_expect *exp_other; in pptp_expectfn() local
115 exp_other = nf_ct_expect_find_get(net, nf_ct_zone(ct), &inv_t); in pptp_expectfn()
116 if (exp_other) { in pptp_expectfn()
119 nf_ct_unexpect_related(exp_other); in pptp_expectfn()
120 nf_ct_expect_put(exp_other); in pptp_expectfn()