__nf_ct_expect_find
__nf_ct_expect_find(struct net *net,
EXPORT_SYMBOL_GPL(__nf_ct_expect_find);
i = __nf_ct_expect_find(net, zone, tuple);
exp = __nf_ct_expect_find(net, nf_ct_zone(ct), &tuple);
exp = __nf_ct_expect_find(info->net, &zone, &tuple);
exp = __nf_ct_expect_find(net, nf_ct_zone(ct), &tuple);