* 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* Re: who calls eth_header_cache_update
2005-01-31 12:27 who calls eth_header_cache_update cranium 2003
@ 2005-01-31 12:39 ` Krishna Kumar
0 siblings, 0 replies; 2+ messages in thread
From: Krishna Kumar @ 2005-01-31 12:39 UTC (permalink / raw)
To: cranium 2003; +Cc: linux-net, netdev
[-- Attachment #1.1: Type: text/plain, Size: 1626 bytes --]
Check neigh_update_hss()....
- KK
cranium 2003
<cranium.2003@gma
il.com> To
Sent by: netdev@oss.sgi.com,
netdev-bounce@oss linux-net@vger.linux.org
.sgi.com cc
Subject
01/31/2005 05:57 who calls eth_header_cache_update
PM
Please respond to
cranium 2003
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
[-- Attachment #1.2: Type: text/html, Size: 3034 bytes --]
[-- Attachment #2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]
[-- Attachment #3: pic31540.gif --]
[-- Type: image/gif, Size: 1255 bytes --]
[-- Attachment #4: ecblank.gif --]
[-- Type: image/gif, Size: 45 bytes --]
^ 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).