From: "Seong Moon" <seong@etri.re.kr>
To: <netdev@oss.sgi.com>
Subject: dev->hard_header ?
Date: Wed, 20 Nov 2002 11:46:20 +0900 [thread overview]
Message-ID: <005201c2903f$37e88580$21abfe81@seong> (raw)
In Layer 3 Protocols(eg. IP, IPv6, ...),
they calls dev_queue_xmit() to send their data.
Before calling dev_queue_xmit(),
does the layer 3 protocols always call dev->hard_header ?
Actually, I'm not sure when dev->hard_header is called.
I think dev->hard_start_xmit can include the part of dev->hard_header.
Why did the developer seperate the header building and sending frame
fucntion ?
thanks in advance.
next reply other threads:[~2002-11-20 2:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-20 2:46 Seong Moon [this message]
2002-11-20 5:06 ` dev->hard_header ? Ben Greear
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='005201c2903f$37e88580$21abfe81@seong' \
--to=seong@etri.re.kr \
--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.