Searched refs:oob_skb (Results 1 – 3 of 3) sorted by relevance
306 if (u->oob_skb) { in unix_gc()307 kfree_skb(u->oob_skb); in unix_gc()308 u->oob_skb = NULL; in unix_gc()
622 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() local2527 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 …]
67 struct sk_buff *oob_skb; member