Home
last modified time | relevance | path

Searched refs:skb_availroom (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Digmp.c507 #define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0)
/linux/net/ipv6/
H A Dmcast.c1936 #define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0)
/linux/include/linux/
H A Dskbuff.h2902 * skb_availroom - bytes at buffer end in skb_headroom()
2908 static inline int skb_availroom(const struct sk_buff *skb)
2925 static inline int skb_availroom(const struct sk_buff *skb) skb_availroom() function