Home
last modified time | relevance | path

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

/Linux-v6.6/net/unix/
Daf_unix.c631 if (u->oob_skb) { in unix_release_sock()
632 kfree_skb(u->oob_skb); in unix_release_sock()
633 u->oob_skb = NULL; in unix_release_sock()
2154 if (ousk->oob_skb) in queue_oob()
2155 consume_skb(ousk->oob_skb); in queue_oob()
2157 WRITE_ONCE(ousk->oob_skb, skb); in queue_oob()
2541 struct sk_buff *oob_skb; in unix_stream_recv_urg() local
2546 if (sock_flag(sk, SOCK_URGINLINE) || !u->oob_skb) { in unix_stream_recv_urg()
2552 oob_skb = u->oob_skb; in unix_stream_recv_urg()
2555 WRITE_ONCE(u->oob_skb, NULL); in unix_stream_recv_urg()
[all …]
/Linux-v6.6/include/net/
Daf_unix.h73 struct sk_buff *oob_skb; member