Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dskbuff.c1904 skb_head_is_locked(skb), in __skb_splice_bits()
4090 if (skb_head_is_locked(from)) in skb_try_coalesce()
/linux-4.1.27/include/linux/
Dskbuff.h3436 static inline bool skb_head_is_locked(const struct sk_buff *skb) in skb_head_is_locked() function