Searched refs:skb_head_is_locked (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/
H A Dveth.c729 if (skb_shared(skb) || skb_head_is_locked(skb) ||
/linux-master/net/core/
H A Dskbuff.c3146 skb_head_is_locked(skb),
5959 if (skb_head_is_locked(from))
/linux-master/include/linux/
H A Dskbuff.h5052 * skb_head_is_locked - Determine if the skb->head is locked down
5060 static inline bool skb_head_is_locked(const struct sk_buff *skb) function

Completed in 273 milliseconds