Searched refs:SOCKWQ_ASYNC_NOSPACE (Results 1 – 17 of 17) sorted by relevance
| /linux/include/linux/ |
| H A D | net.h | 84 SOCKWQ_ASYNC_NOSPACE, enumerator
|
| /linux/drivers/net/ |
| H A D | tap.c | 431 !test_and_clear_bit(SOCKWQ_ASYNC_NOSPACE, &sk->sk_socket->flags)) in tap_sock_write_space() 535 (!test_and_set_bit(SOCKWQ_ASYNC_NOSPACE, &q->sock.flags) && in tap_poll()
|
| H A D | tun.c | 1465 (!test_and_set_bit(SOCKWQ_ASYNC_NOSPACE, &sk->sk_socket->flags) && in tun_chr_poll() 2503 if (!test_and_clear_bit(SOCKWQ_ASYNC_NOSPACE, &sk->sk_socket->flags)) in tun_sock_write_space()
|
| /linux/net/core/ |
| H A D | datagram.c | 981 sk_set_bit(SOCKWQ_ASYNC_NOSPACE, sk); in datagram_poll_queue()
|
| H A D | sock.c | 2967 sk_clear_bit(SOCKWQ_ASYNC_NOSPACE, sk); in sock_wait_for_wmem() 3013 sk_set_bit(SOCKWQ_ASYNC_NOSPACE, sk); in sock_alloc_send_pskb()
|
| /linux/net/rxrpc/ |
| H A D | sendmsg.c | 353 sk_clear_bit(SOCKWQ_ASYNC_NOSPACE, sk); in rxrpc_send_data()
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 610 sk_set_bit(SOCKWQ_ASYNC_NOSPACE, sk); in bt_sock_poll()
|
| /linux/net/dccp/ |
| H A D | proto.c | |
| /linux/net/nfc/ |
| H A D | llcp_sock.c | 595 sk_set_bit(SOCKWQ_ASYNC_NOSPACE, sk); in llcp_sock_poll()
|
| /linux/include/net/ |
| H A D | sock.h | 2591 if ((nr == SOCKWQ_ASYNC_NOSPACE || nr == SOCKWQ_ASYNC_WAITDATA) && in sk_set_bit() 2600 if ((nr == SOCKWQ_ASYNC_NOSPACE || nr == SOCKWQ_ASYNC_WAITDATA) && in sk_clear_bit()
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 767 sk_clear_bit(SOCKWQ_ASYNC_NOSPACE, sk); in kcm_sendmsg()
|
| /linux/net/iucv/ |
| H A D | af_iucv.c | 1421 sk_set_bit(SOCKWQ_ASYNC_NOSPACE, sk); in iucv_sock_poll()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 604 sk_set_bit(SOCKWQ_ASYNC_NOSPACE, sk); in tcp_poll() 1221 sk_clear_bit(SOCKWQ_ASYNC_NOSPACE, sk); in tcp_sendmsg_locked()
|
| /linux/net/ |
| H A D | socket.c | 1575 if (!test_and_clear_bit(SOCKWQ_ASYNC_NOSPACE, &wq->flags)) in sock_wake_async()
|
| /linux/net/smc/ |
| H A D | af_smc.c | 2921 sk_set_bit(SOCKWQ_ASYNC_NOSPACE, sk); in smc_poll()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3465 sk_set_bit(SOCKWQ_ASYNC_NOSPACE, sk); in unix_dgram_poll()
|
| /linux/net/sctp/ |
| H A D | socket.c | 8752 sk_set_bit(SOCKWQ_ASYNC_NOSPACE, sk); in sctp_poll()
|