Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Digmp.c461 #define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0)
/linux/include/linux/
H A Dskbuff.h2909 static inline int skb_availroom(const struct sk_buff *skb) in skb_availroom() function