Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Ddatagram.c330 if (!skb_unref(skb)) { in __skb_free_datagram_locked()
H A Dskbuff.c1075 if (unlikely(!skb_unref(skb))) in __kfree_skb_reason()
1279 if (!skb_unref(skb)) in consume_skb()
1349 if (!skb_unref(skb)) in napi_consume_skb()
/openbmc/linux/net/can/j1939/
H A Dtransport.c281 skb_unref(skb); in j1939_session_destroy()
344 skb_unref(do_skb); in j1939_session_skb_drop_old()
/openbmc/linux/net/unix/
H A Daf_unix.c2594 WARN_ON_ONCE(skb_unref(unlinked_skb)); in manage_oob()
2639 WARN_ON_ONCE(skb_unref(skb)); in unix_stream_read_skb()
/openbmc/linux/include/linux/
H A Dskbuff.h1208 static inline bool skb_unref(struct sk_buff *skb) in skb_unref() function
/openbmc/linux/net/ipv4/
H A Dudp.c1619 if (!skb_unref(skb)) in skb_consume_udp()