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 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html