table of contents
other versions
- stretch 4.9.168-1
SKB_AVAILROOM(9) | Linux Networking | SKB_AVAILROOM(9) |
NAME¶
skb_availroom - bytes at buffer endSYNOPSIS¶
int skb_availroom(const struct sk_buff * skb);
ARGUMENTS¶
skbbuffer to check
DESCRIPTION¶
Return the number of bytes of free space at the tail of an sk_buff allocated by sk_stream_allocCOPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |