From: "David S. Miller" <davem@redhat.com>
To: Joe Perches <joe@perches.com>
Cc: davem@nuts.ninka.net, linux-net@vger.kernel.org, netdev@oss.sgi.com
Subject: Re: comment on [NET]: Delete support for old-style protocols, no longer necessary.
Date: Tue, 7 Oct 2003 11:52:44 -0700 [thread overview]
Message-ID: <20031007115244.14a887ed.davem@redhat.com> (raw)
In-Reply-To: <1065551829.2340.9.camel@localhost.localdomain>
On Tue, 07 Oct 2003 11:37:09 -0700
Joe Perches <joe@perches.com> wrote:
> - void *af_packet_priv;
> + struct sock *sk; /* appropriate comment: socket copy? */
AF_PACKET is the only user of this private field, and
I want people to be aware of this and not try to use it
for other stuff.
Nobody else can use it for something different, the code
in net/core/dev.c does specific things when it's non-NULL
knowing that this non-NULL value means that it's an
AF_PACKET packet_type being passed to it.
So we won't make your suggested change.
next prev parent reply other threads:[~2003-10-07 18:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-07 18:37 comment on [NET]: Delete support for old-style protocols, no longer necessary Joe Perches
2003-10-07 18:52 ` David S. Miller [this message]
2003-10-07 23:33 ` Joe Perches
2003-10-08 0:22 ` Dan Kegel
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=20031007115244.14a887ed.davem@redhat.com \
--to=davem@redhat.com \
--cc=davem@nuts.ninka.net \
--cc=joe@perches.com \
--cc=linux-net@vger.kernel.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.