Home
last modified time | relevance | path

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

/linux/net/unix/
H A Dgarbage.c351 WARN_ON_ONCE(skb_unref(u->oob_skb)); in unix_collect_queue()
H A Daf_unix.c2646 WARN_ON_ONCE(skb_unref(unlinked_skb)); in manage_oob()
/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()
/linux/net/core/
H A Dskbuff.c1195 if (unlikely(!skb_unref(skb))) in __kfree_skb_reason()
1405 if (!skb_unref(skb)) in consume_skb()
1477 if (!skb_unref(skb)) in napi_consume_skb()
/linux/net/ipv4/
H A Dudp.c1617 if (!skb_unref(skb)) in skb_consume_udp()
/linux/include/linux/
H A Dskbuff.h1218 static inline bool skb_unref(struct sk_buff *skb) in skb_unref() function