From: Alexander Aring <alex.aring@gmail.com>
To: Matteo Petracca <matteo.petracca@sssup.it>
Cc: linux-wpan@vger.kernel.org
Subject: Re: Raw ieee802154 socket
Date: Wed, 8 Apr 2015 12:46:31 +0200 [thread overview]
Message-ID: <20150408104630.GB1028@omega> (raw)
In-Reply-To: <20150408103017.GA1028@omega>
On Wed, Apr 08, 2015 at 12:30:17PM +0200, Alexander Aring wrote:
...
> 2.
> The reason why you don't see the mac header is maybe because that [2]
> will skip the header. On a raw socket this should be recovered by a
> skb_push at [3] after share check, then we are sure that the skb is
> not shared anymore.
doh! The argument is wrong here, because skb_push doesn't manipulate the
buffer. :-) I just want to clarify this, you can still to that in this
place after the share_check.
- Alex
prev parent reply other threads:[~2015-04-08 10:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-08 8:54 Raw ieee802154 socket Matteo Petracca
2015-04-08 10:30 ` Alexander Aring
2015-04-08 10:46 ` Alexander Aring [this message]
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=20150408104630.GB1028@omega \
--to=alex.aring@gmail.com \
--cc=linux-wpan@vger.kernel.org \
--cc=matteo.petracca@sssup.it \
/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.