Lines Matching refs:in_entry
610 in_cache_entry *in_entry;
628 in_entry = mpc->in_ops->get(ipaddr, mpc);
629 if (in_entry == NULL ||
630 in_entry->entry_state < INGRESS_RESOLVED) {
633 if (in_entry != NULL)
634 mpc->in_ops->put(in_entry);
638 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip);
639 in_entry->shortcut = vcc;
640 mpc->in_ops->put(in_entry);
657 in_cache_entry *in_entry;
667 in_entry = mpc->in_ops->get_by_vcc(vcc, mpc);
668 if (in_entry) {
670 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip);
671 in_entry->shortcut = NULL;
672 mpc->in_ops->put(in_entry);
681 if (in_entry == NULL && eg_entry == NULL)