Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Daf_unix.c2570 struct sk_buff *unlinked_skb = NULL; in manage_oob() local
2584 unlinked_skb = skb; in manage_oob()
2594 if (unlinked_skb) { in manage_oob()
2595 WARN_ON_ONCE(skb_unref(unlinked_skb)); in manage_oob()
2596 kfree_skb(unlinked_skb); in manage_oob()