From: cranium 2003 <cranium.2003@gmail.com>
To: netdev@oss.sgi.com, linux-net@vger.linux.org
Subject: who calls eth_header_cache_update
Date: Mon, 31 Jan 2005 17:57:01 +0530 [thread overview]
Message-ID: <1d55641b0501310427451b11@mail.gmail.com> (raw)
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
next reply other threads:[~2005-01-31 12:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-31 12:27 cranium 2003 [this message]
2005-01-31 12:39 ` who calls eth_header_cache_update Krishna Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1d55641b0501310427451b11@mail.gmail.com \
--to=cranium.2003@gmail.com \
--cc=linux-net@vger.linux.org \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.