The Linux Kernel API
Prev
Next
skb_tailroom
Name
skb_tailroom -- bytes at buffer end
Synopsis
int skb_tailroom
(const struct sk_buff * skb);
Arguments
skb
buffer to check
Description
Return the number of bytes of free space at the tail of an sk_buff
Prev
Home
Next
skb_headroom
Up
skb_reserve