Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Dgarbage.c306 if (u->oob_skb) { in unix_gc()
307 kfree_skb(u->oob_skb); in unix_gc()
308 u->oob_skb = NULL; in unix_gc()
H A Daf_unix.c622 if (u->oob_skb) { in unix_release_sock()
623 kfree_skb(u->oob_skb); in unix_release_sock()
624 u->oob_skb = NULL; in unix_release_sock()
2134 if (ousk->oob_skb) in queue_oob()
2135 consume_skb(ousk->oob_skb); in queue_oob()
2136 WRITE_ONCE(ousk->oob_skb, skb); in queue_oob()
2521 struct sk_buff *oob_skb; in unix_stream_recv_urg() local
2527 if (sock_flag(sk, SOCK_URGINLINE) || !u->oob_skb) { in unix_stream_recv_urg()
2534 oob_skb = u->oob_skb; in unix_stream_recv_urg()
2537 WRITE_ONCE(u->oob_skb, NULL); in unix_stream_recv_urg()
[all …]
/openbmc/linux/include/net/
H A Daf_unix.h67 struct sk_buff *oob_skb; member