Searched refs:oob_skb (Results 1 – 2 of 2) sorted by relevance
631 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() local2546 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 …]
73 struct sk_buff *oob_skb; member