From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Date: Tue, 06 May 2008 00:44:07 +0200 > Right, that makes sense. But will it ever return false? skb_cloned() > returns true often enough, and we only accept linear skbs, but I think I > don't understand yet what skb_header_cloned() vs. skb_cloned() refers > to. Which exactly is the header space I'm allowed to modify when > skb_header_cloned() returns false? skb_header_cloned() will return false always if the buffer is not cloned. If it is cloned, it makes sure the data reference count allows for modification of the buffer. For normal traffic, you should see skb_header_cloned() always return false unless a network tap like tcpdump is registered. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html