Man Page: skb_header_release
Operating Environment: centos
Section: 9
SKB_HEADER_RELEASE(9) Linux Networking SKB_HEADER_RELEASE(9)NAMEskb_header_release - release reference to headerSYNOPSISvoid skb_header_release(struct sk_buff * skb);ARGUMENTSskb buffer to operate onDESCRIPTIONDrop 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_HEADER_RELEASE(9)
| Related Man Pages |
|---|
| __skb_recv_datagram(9) - centos |
| cfg80211_testmode_alloc_reply_skb(9) - centos |
| ieee80211_get_buffered_bc(9) - centos |
| vconfig(8) - debian |
| vconfig(8) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| Tar Command |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |