Received: with ECARTIS (v1.0.0; list netdev); Mon, 31 Jan 2005 04:27:07 -0800 (PST) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0VCR2IT014145 for ; Mon, 31 Jan 2005 04:27:03 -0800 Received: by rproxy.gmail.com with SMTP id f1so812019rne for ; Mon, 31 Jan 2005 04:27:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Q5wGEFdSdMPF/aBNL0ODy6pIHTyDEbx4uJEa863gZI3+2zwcBrSnxNBO2bJIzgHrVNf8ORoVbfFebYmJsyLiwCb3WXOVCp4jGtpDwEQZA8gtx/0TzNheicRJjm/zwh2Ea632Wekwt+ghF5mlSww1bFU1+1oWEZA7c6UMne9AEww= Received: by 10.38.10.72 with SMTP id 72mr45501rnj; Mon, 31 Jan 2005 04:27:01 -0800 (PST) Received: by 10.38.81.57 with HTTP; Mon, 31 Jan 2005 04:27:01 -0800 (PST) Message-ID: <1d55641b0501310427451b11@mail.gmail.com> Date: Mon, 31 Jan 2005 17:57:01 +0530 From: cranium 2003 Reply-To: cranium 2003 To: netdev@oss.sgi.com, linux-net@vger.linux.org Subject: who calls eth_header_cache_update Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 1074 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: cranium.2003@gmail.com Precedence: bulk X-list: netdev Content-Length: 300 Lines: 11 Hello, Who need to call following function in linux kernel? void eth_header_cache_update(struct hh_cache *hh, struct net_device *dev, unsigned char * haddr) { memcpy(((u8*)hh->hh_data) + HH_DATA_OFF(sizeof(struct ethhdr)), haddr, dev->addr_len); } regards, cranium