Searched refs:oob_skb (Results 1 – 2 of 2) sorted by relevance
618 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()2138 if (ousk->oob_skb) in queue_oob()2139 consume_skb(ousk->oob_skb); in queue_oob()2141 WRITE_ONCE(ousk->oob_skb, skb); in queue_oob()2627 struct sk_buff *oob_skb; in unix_stream_recv_urg() local2632 if (sock_flag(sk, SOCK_URGINLINE) || !u->oob_skb) { in unix_stream_recv_urg()2638 oob_skb = u->oob_skb; in unix_stream_recv_urg()2641 WRITE_ONCE(u->oob_skb, NULL); in unix_stream_recv_urg()[all …]
72 struct sk_buff *oob_skb; member