Lines Matching refs:eg
688 eg_cache_entry *eg; in mpc_push() local
740 eg = mpc->eg_ops->get_by_tag(tag, mpc); in mpc_push()
741 if (eg == NULL) { in mpc_push()
753 if (eg->shortcut == NULL) { in mpc_push()
754 eg->shortcut = vcc; in mpc_push()
760 new_skb = skb_realloc_headroom(skb, eg->ctrl_info.DH_length); in mpc_push()
764 mpc->eg_ops->put(eg); in mpc_push()
767 skb_push(new_skb, eg->ctrl_info.DH_length); /* add MAC header */ in mpc_push()
768 skb_copy_to_linear_data(new_skb, eg->ctrl_info.DLL_header, in mpc_push()
769 eg->ctrl_info.DH_length); in mpc_push()
773 eg->latest_ip_addr = ip_hdr(new_skb)->saddr; in mpc_push()
774 eg->packets_rcvd++; in mpc_push()
775 mpc->eg_ops->put(eg); in mpc_push()