Lines Matching refs:eg
689 eg_cache_entry *eg;
741 eg = mpc->eg_ops->get_by_tag(tag, mpc);
742 if (eg == NULL) {
754 if (eg->shortcut == NULL) {
755 eg->shortcut = vcc;
761 new_skb = skb_realloc_headroom(skb, eg->ctrl_info.DH_length);
765 mpc->eg_ops->put(eg);
768 skb_push(new_skb, eg->ctrl_info.DH_length); /* add MAC header */
769 skb_copy_to_linear_data(new_skb, eg->ctrl_info.DLL_header,
770 eg->ctrl_info.DH_length);
774 eg->latest_ip_addr = ip_hdr(new_skb)->saddr;
775 eg->packets_rcvd++;
776 mpc->eg_ops->put(eg);