/linux-6.6.21/net/ax25/ |
D | ax25_std_timer.c | 43 sock_flag(sk, SOCK_DEAD))) { in ax25_std_heartbeat_expiry() 112 if (!sock_flag(ax25->sk, SOCK_DEAD)) { in ax25_std_idletimer_expiry() 114 sock_set_flag(ax25->sk, SOCK_DEAD); in ax25_std_idletimer_expiry()
|
D | ax25_ds_timer.c | 106 sock_flag(sk, SOCK_DEAD))) { in ax25_ds_heartbeat_expiry() 172 if (!sock_flag(ax25->sk, SOCK_DEAD)) { in ax25_ds_idletimer_expiry() 174 sock_set_flag(ax25->sk, SOCK_DEAD); in ax25_ds_idletimer_expiry()
|
D | ax25_subr.c | 289 if (!sock_flag(ax25->sk, SOCK_DEAD)) { in ax25_disconnect() 291 sock_set_flag(ax25->sk, SOCK_DEAD); in ax25_disconnect()
|
D | ax25_ds_in.c | 68 if (!sock_flag(ax25->sk, SOCK_DEAD)) in ax25_ds_state1_machine()
|
/linux-6.6.21/net/rose/ |
D | rose_timer.c | 130 (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 | 52 if (!sock_flag(sk, SOCK_DEAD)) in rose_state1_machine()
|
/linux-6.6.21/net/netrom/ |
D | nr_timer.c | 123 (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 | 275 if (!sock_flag(sk, SOCK_DEAD)) { in nr_disconnect() 277 sock_set_flag(sk, SOCK_DEAD); in nr_disconnect()
|
D | nr_in.c | 90 if (!sock_flag(sk, SOCK_DEAD)) in nr_state1_machine()
|
/linux-6.6.21/net/caif/ |
D | caif_socket.c | 148 queued = !sock_flag(sk, SOCK_DEAD); in caif_queue_rcv_skb() 315 sock_flag(sk, SOCK_DEAD) || in caif_stream_data_wait() 326 if (sock_flag(sk, SOCK_DEAD)) in caif_stream_data_wait() 372 if (sock_flag(sk, SOCK_DEAD)) { in caif_stream_recvmsg() 395 if (sock_flag(sk, SOCK_DEAD)) in caif_stream_recvmsg() 546 sock_flag(sk, SOCK_DEAD) || in caif_seqpkt_sendmsg() 906 sock_set_flag(sk, SOCK_DEAD); in caif_release() 1007 if (!sock_flag(sk, SOCK_DEAD)) { in caif_sock_destructor()
|
/linux-6.6.21/net/can/ |
D | isotp.c | 202 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rx_timer_handler() 376 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_fc() 430 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_fc() 458 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_sf() 583 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_cf() 607 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_cf() 909 if (!sock_flag(sk, SOCK_DEAD)) in isotp_tx_timer_handler() 1346 if (!sock_flag(sk, SOCK_DEAD)) in isotp_bind() 1568 if (!sock_flag(sk, SOCK_DEAD)) in isotp_notify() 1574 if (!sock_flag(sk, SOCK_DEAD)) in isotp_notify()
|
D | raw.c | 304 if (!sock_flag(sk, SOCK_DEAD)) in raw_notify() 310 if (!sock_flag(sk, SOCK_DEAD)) in raw_notify() 504 if (!sock_flag(sk, SOCK_DEAD)) in raw_bind()
|
/linux-6.6.21/net/smc/ |
D | smc_close.c | 177 smc_sock_set_flag(sk, SOCK_DEAD); in smc_close_active_abort() 398 if (sock_flag(sk, SOCK_DEAD) && in smc_close_passive_work() 435 (sock_flag(sk, SOCK_DEAD) || !sk->sk_socket)) { in smc_close_passive_work()
|
/linux-6.6.21/net/ipv4/ |
D | tcp_timer.c | 262 if (sock_flag(sk, SOCK_DEAD)) { in tcp_write_timeout() 400 if (sock_flag(sk, SOCK_DEAD)) { in tcp_probe_timer() 514 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer() 737 if (sk->sk_state == TCP_FIN_WAIT2 && sock_flag(sk, SOCK_DEAD)) { in tcp_keepalive_timer()
|
/linux-6.6.21/net/x25/ |
D | x25_subr.c | 356 if (!sock_flag(sk, SOCK_DEAD)) { in x25_disconnect() 358 sock_set_flag(sk, SOCK_DEAD); in x25_disconnect()
|
D | x25_in.c | 76 if (!sock_flag(sk, SOCK_DEAD)) in x25_queue_rx_frame() 136 if (!sock_flag(sk, SOCK_DEAD)) in x25_state1_machine()
|
D | x25_timer.c | 108 sock_flag(sk, SOCK_DEAD))) { in x25_heartbeat_expiry()
|
/linux-6.6.21/net/phonet/ |
D | pep.c | 350 if (!sock_flag(sk, SOCK_DEAD)) in pipe_do_rcv() 454 if (!sock_flag(sk, SOCK_DEAD)) in pipe_do_rcv() 578 if (!sock_flag(sk, SOCK_DEAD)) in pipe_handler_do_rcv() 585 if (!sock_flag(sk, SOCK_DEAD)) in pipe_handler_do_rcv() 686 if (!sock_flag(sk, SOCK_DEAD)) in pep_do_rcv()
|
D | pep-gprs.c | 272 sock_flag(sk, SOCK_DEAD))) { in gprs_attach()
|
/linux-6.6.21/drivers/net/ppp/ |
D | pppoe.c | 572 if (sock_flag(sk, SOCK_DEAD)) { in pppoe_release() 850 if (sock_flag(sk, SOCK_DEAD) || !(sk->sk_state & PPPOX_CONNECTED)) { in pppoe_sendmsg() 927 if (sock_flag(sk, SOCK_DEAD) || !(sk->sk_state & PPPOX_CONNECTED)) in __pppoe_xmit() 983 if (sock_flag(sk, SOCK_DEAD) || in pppoe_fill_forward_path()
|
/linux-6.6.21/net/core/ |
D | stream.c | 164 if (!sock_flag(sk, SOCK_DEAD)) in sk_stream_wait_memory()
|
/linux-6.6.21/net/dccp/ |
D | input.c | 154 if (err && !sock_flag(sk, SOCK_DEAD)) in dccp_rcv_reset() 474 if (!sock_flag(sk, SOCK_DEAD)) { in dccp_rcv_request_sent_state_process()
|
/linux-6.6.21/net/unix/ |
D | af_unix.c | 525 if (unix_recvq_full_lockless(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me() 569 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected() 586 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor() 1398 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect() 1460 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer() 1531 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect() 1996 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg() 2140 if (sock_flag(other, SOCK_DEAD) || in queue_oob() 2260 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg() 2503 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait() [all …]
|
/linux-6.6.21/net/rds/ |
D | bind.c | 81 if (rs && (sock_flag(rds_rs_to_sk(rs), SOCK_DEAD) || in rds_find_bound()
|