netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* who calls eth_header_cache_update
@ 2005-01-31 12:27 cranium 2003
  2005-01-31 12:39 ` Krishna Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: cranium 2003 @ 2005-01-31 12:27 UTC (permalink / raw)
  To: netdev, linux-net

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-31 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-31 12:27 who calls eth_header_cache_update cranium 2003
2005-01-31 12:39 ` Krishna Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).