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