Lines Matching refs:sock_flag
476 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
492 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor()
1137 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1193 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1259 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
1743 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
1821 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
1925 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
1998 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendpage()
2162 if (sock_flag(sk, SOCK_RCVTSTAMP)) in unix_dgram_recvmsg()
2234 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait()
2309 if (sock_flag(sk, SOCK_DEAD)) { in unix_stream_read_generic()
2679 (sock_flag(sk, SOCK_SELECT_ERR_QUEUE) ? POLLPRI : 0); in unix_dgram_poll()