Release reference to header
void skb_header_release(struct sk_buff * skb);
skb
buffer to operate on
Drop a reference to the header part of the buffer. This is done by acquiring a payload reference. You must not read from the header part of skb->data after this.