Home
last modified time | relevance | path

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

/Linux-v6.1/net/unix/
Daf_unix.c618 if (u->oob_skb) { in unix_release_sock()
619 kfree_skb(u->oob_skb); in unix_release_sock()
620 u->oob_skb = NULL; in unix_release_sock()
2131 if (ousk->oob_skb) in queue_oob()
2132 consume_skb(ousk->oob_skb); in queue_oob()
2134 WRITE_ONCE(ousk->oob_skb, skb); in queue_oob()
2620 struct sk_buff *oob_skb; in unix_stream_recv_urg() local
2625 if (sock_flag(sk, SOCK_URGINLINE) || !u->oob_skb) { in unix_stream_recv_urg()
2631 oob_skb = u->oob_skb; in unix_stream_recv_urg()
2634 WRITE_ONCE(u->oob_skb, NULL); in unix_stream_recv_urg()
[all …]
/Linux-v6.1/include/net/
Daf_unix.h72 struct sk_buff *oob_skb; member