table of contents
other versions
SKB_AVAILROOM(9) | Linux Networking | SKB_AVAILROOM(9) |
NAME¶
skb_availroom - bytes at buffer end
SYNOPSIS¶
int skb_availroom(const struct sk_buff * skb);
ARGUMENTS¶
const struct sk_buff * skb
buffer to check
DESCRIPTION¶
Return the number of bytes of free space at the tail of an sk_buff allocated by sk_stream_alloc
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |