SKB_TAILROOM

Section: Linux Networking (9)
Updated: February 2011
Index Return to Main Contents
 

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  

COPYRIGHT