/Linux-v4.19/net/ax25/ |
D | ax25_std_timer.c | 46 sock_flag(sk, SOCK_DEAD))) { in ax25_std_heartbeat_expiry() 115 if (!sock_flag(ax25->sk, SOCK_DEAD)) { in ax25_std_idletimer_expiry() 117 sock_set_flag(ax25->sk, SOCK_DEAD); in ax25_std_idletimer_expiry()
|
D | ax25_ds_timer.c | 109 sock_flag(sk, SOCK_DEAD))) { in ax25_ds_heartbeat_expiry() 175 if (!sock_flag(ax25->sk, SOCK_DEAD)) { in ax25_ds_idletimer_expiry() 177 sock_set_flag(ax25->sk, SOCK_DEAD); in ax25_ds_idletimer_expiry()
|
D | ax25_subr.c | 284 if (!sock_flag(ax25->sk, SOCK_DEAD)) { in ax25_disconnect() 286 sock_set_flag(ax25->sk, SOCK_DEAD); in ax25_disconnect()
|
D | ax25_ds_in.c | 71 if (!sock_flag(ax25->sk, SOCK_DEAD)) in ax25_ds_state1_machine()
|
/Linux-v4.19/net/decnet/ |
D | dn_nsp_in.c | 129 if (wakeup && !sock_flag(sk, SOCK_DEAD)) in dn_ack() 379 if (!sock_flag(sk, SOCK_DEAD)) in dn_nsp_conn_conf() 441 if (!sock_flag(sk, SOCK_DEAD)) { in dn_nsp_disc_init() 499 if (!sock_flag(sk, SOCK_DEAD)) { in dn_nsp_disc_conf() 571 if (wake_up && !sock_flag(sk, SOCK_DEAD)) in dn_nsp_linkservice() 606 if (!sock_flag(sk, SOCK_DEAD)) in dn_queue_skb() 683 if (!sock_flag(sk, SOCK_DEAD)) in dn_returned_conn_init() 868 if ((scp->state == DN_CC) && !sock_flag(sk, SOCK_DEAD)) { in dn_nsp_backlog_rcv()
|
/Linux-v4.19/net/rose/ |
D | rose_timer.c | 133 (sk->sk_state == TCP_LISTEN && sock_flag(sk, SOCK_DEAD))) { in rose_heartbeat_expiry() 206 if (!sock_flag(sk, SOCK_DEAD)) { in rose_idletimer_expiry() 208 sock_set_flag(sk, SOCK_DEAD); in rose_idletimer_expiry()
|
D | rose_subr.c | 552 if (!sock_flag(sk, SOCK_DEAD)) { in rose_disconnect() 554 sock_set_flag(sk, SOCK_DEAD); in rose_disconnect()
|
D | rose_in.c | 54 if (!sock_flag(sk, SOCK_DEAD)) in rose_state1_machine()
|
/Linux-v4.19/net/netrom/ |
D | nr_timer.c | 126 (sk->sk_state == TCP_LISTEN && sock_flag(sk, SOCK_DEAD))) { in nr_heartbeat_expiry() 198 if (!sock_flag(sk, SOCK_DEAD)) { in nr_idletimer_expiry() 200 sock_set_flag(sk, SOCK_DEAD); in nr_idletimer_expiry()
|
D | nr_subr.c | 277 if (!sock_flag(sk, SOCK_DEAD)) { in nr_disconnect() 279 sock_set_flag(sk, SOCK_DEAD); in nr_disconnect()
|
D | nr_in.c | 93 if (!sock_flag(sk, SOCK_DEAD)) in nr_state1_machine()
|
/Linux-v4.19/net/caif/ |
D | caif_socket.c | 153 queued = !sock_flag(sk, SOCK_DEAD); in caif_queue_rcv_skb() 320 sock_flag(sk, SOCK_DEAD) || in caif_stream_data_wait() 331 if (sock_flag(sk, SOCK_DEAD)) in caif_stream_data_wait() 377 if (sock_flag(sk, SOCK_DEAD)) { in caif_stream_recvmsg() 400 if (sock_flag(sk, SOCK_DEAD)) in caif_stream_recvmsg() 554 sock_flag(sk, SOCK_DEAD) || in caif_seqpkt_sendmsg() 914 sock_set_flag(sk, SOCK_DEAD); in caif_release() 1019 if (!sock_flag(sk, SOCK_DEAD)) { in caif_sock_destructor()
|
/Linux-v4.19/net/smc/ |
D | smc_close.c | 151 sock_set_flag(sk, SOCK_DEAD); in smc_close_active_abort() 371 if (sock_flag(sk, SOCK_DEAD) && in smc_close_passive_work() 408 (sock_flag(sk, SOCK_DEAD) || !sk->sk_socket)) in smc_close_passive_work()
|
/Linux-v4.19/net/ipv4/ |
D | tcp_timer.c | 243 if (sock_flag(sk, SOCK_DEAD)) { in tcp_write_timeout() 369 if (sock_flag(sk, SOCK_DEAD)) { in tcp_probe_timer() 451 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer() 670 if (sk->sk_state == TCP_FIN_WAIT2 && sock_flag(sk, SOCK_DEAD)) { in tcp_keepalive_timer()
|
/Linux-v4.19/net/x25/ |
D | x25_subr.c | 361 if (!sock_flag(sk, SOCK_DEAD)) { in x25_disconnect() 363 sock_set_flag(sk, SOCK_DEAD); in x25_disconnect()
|
D | x25_in.c | 81 if (!sock_flag(sk, SOCK_DEAD)) in x25_queue_rx_frame() 141 if (!sock_flag(sk, SOCK_DEAD)) in x25_state1_machine()
|
D | x25_timer.c | 113 sock_flag(sk, SOCK_DEAD))) { in x25_heartbeat_expiry()
|
/Linux-v4.19/net/unix/ |
D | af_unix.c | 438 if (unix_recvq_full(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me() 482 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected() 498 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor() 1132 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect() 1188 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer() 1254 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect() 1721 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg() 1899 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg() 1970 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendpage() 2217 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait() [all …]
|
/Linux-v4.19/net/phonet/ |
D | pep.c | 363 if (!sock_flag(sk, SOCK_DEAD)) in pipe_do_rcv() 467 if (!sock_flag(sk, SOCK_DEAD)) in pipe_do_rcv() 591 if (!sock_flag(sk, SOCK_DEAD)) in pipe_handler_do_rcv() 598 if (!sock_flag(sk, SOCK_DEAD)) in pipe_handler_do_rcv() 699 if (!sock_flag(sk, SOCK_DEAD)) in pep_do_rcv()
|
D | pep-gprs.c | 281 sock_flag(sk, SOCK_DEAD))) { in gprs_attach()
|
/Linux-v4.19/net/can/ |
D | raw.c | 302 if (!sock_flag(sk, SOCK_DEAD)) in raw_notifier() 308 if (!sock_flag(sk, SOCK_DEAD)) in raw_notifier() 465 if (!sock_flag(sk, SOCK_DEAD)) in raw_bind()
|
/Linux-v4.19/net/dccp/ |
D | input.c | 158 if (err && !sock_flag(sk, SOCK_DEAD)) in dccp_rcv_reset() 478 if (!sock_flag(sk, SOCK_DEAD)) { in dccp_rcv_request_sent_state_process()
|
/Linux-v4.19/net/rds/ |
D | bind.c | 81 if (rs && !sock_flag(rds_rs_to_sk(rs), SOCK_DEAD)) in rds_find_bound()
|
/Linux-v4.19/drivers/net/ppp/ |
D | pppoe.c | 575 if (sock_flag(sk, SOCK_DEAD)) { in pppoe_release() 853 if (sock_flag(sk, SOCK_DEAD) || !(sk->sk_state & PPPOX_CONNECTED)) { in pppoe_sendmsg() 930 if (sock_flag(sk, SOCK_DEAD) || !(sk->sk_state & PPPOX_CONNECTED)) in __pppoe_xmit()
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_cm.c | 759 if (sock_flag(sk, SOCK_DEAD)) in chtls_conn_done() 1527 if (!sock_flag(sk, SOCK_DEAD)) { in chtls_recv_data() 1648 if (!sock_flag(sk, SOCK_DEAD)) { in chtls_rx_hdr() 1707 if (!sock_flag(sk, SOCK_DEAD)) { in chtls_peer_close() 1746 if (!sock_flag(sk, SOCK_DEAD)) in chtls_close_con_rpl() 1966 if (!sock_flag(sk, SOCK_DEAD)) in chtls_abort_req_rss()
|