Searched refs:skb_availroom (Results 1 – 2 of 2) sorted by relevance
461 #define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0)
2909 static inline int skb_availroom(const struct sk_buff *skb) in skb_availroom() function