table of contents
other versions
| SKB_TAILROOM(9) | Linux Networking | SKB_TAILROOM(9) |
NAME¶
skb_tailroom - bytes at buffer endSYNOPSIS¶
int skb_tailroom(const struct sk_buff * skb);
ARGUMENTS¶
const struct sk_buff * skbbuffer to check
DESCRIPTION¶
Return the number of bytes of free space at the tail of an sk_buffCOPYRIGHT¶
| September 2017 | Kernel Hackers Manual 4.12 |