Lines Matching refs:sock_flag
515 if (unix_recvq_full_lockless(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me()
559 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
576 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor()
1381 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1443 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1513 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
1991 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
2078 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
2135 if (sock_flag(other, SOCK_DEAD) || in queue_oob()
2238 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
2319 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendpage()
2495 if (sock_flag(sk, SOCK_RCVTSTAMP)) in __unix_dgram_recvmsg()
2600 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait()
2639 if (sock_flag(sk, SOCK_URGINLINE) || !u->oob_skb) { in unix_stream_recv_urg()
2681 } else if (sock_flag(sk, SOCK_URGINLINE)) { in manage_oob()
2755 if (sock_flag(sk, SOCK_DEAD)) { in unix_stream_read_generic()
3213 (sock_flag(sk, SOCK_SELECT_ERR_QUEUE) ? EPOLLPRI : 0); in unix_dgram_poll()