Searched refs:skb_unref (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/can/j1939/
H A Dtransport.c281 skb_unref(skb);
344 skb_unref(do_skb);
/linux-master/net/core/
H A Ddatagram.c331 if (!skb_unref(skb)) {
H A Dskbuff.c1224 if (unlikely(!skb_unref(skb)))
1428 if (!skb_unref(skb))
1500 if (!skb_unref(skb))
/linux-master/include/linux/
H A Dskbuff.h1218 * skb_unref - decrement the skb's reference count
1223 static inline bool skb_unref(struct sk_buff *skb) function
/linux-master/net/unix/
H A Daf_unix.c2671 if (!WARN_ON_ONCE(skb_unref(skb)))
/linux-master/net/ipv4/
H A Dudp.c1602 if (!skb_unref(skb))

Completed in 166 milliseconds