/linux-6.1.9/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.1.9/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.1.9/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 | 274 if (!sock_flag(sk, SOCK_DEAD)) { in nr_disconnect() 276 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.1.9/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() 550 sock_flag(sk, SOCK_DEAD) || in caif_seqpkt_sendmsg() 910 sock_set_flag(sk, SOCK_DEAD); in caif_release() 1013 if (!sock_flag(sk, SOCK_DEAD)) { in caif_sock_destructor()
|
/linux-6.1.9/net/can/ |
D | isotp.c | 194 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rx_timer_handler() 368 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_fc() 422 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_fc() 450 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_sf() 565 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_cf() 589 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_cf() 911 if (!sock_flag(sk, SOCK_DEAD)) in isotp_tx_timer_handler() 1312 if (!sock_flag(sk, SOCK_DEAD)) in isotp_bind() 1534 if (!sock_flag(sk, SOCK_DEAD)) in isotp_notify() 1540 if (!sock_flag(sk, SOCK_DEAD)) in isotp_notify()
|
D | raw.c | 299 if (!sock_flag(sk, SOCK_DEAD)) in raw_notify() 305 if (!sock_flag(sk, SOCK_DEAD)) in raw_notify() 493 if (!sock_flag(sk, SOCK_DEAD)) in raw_bind()
|
/linux-6.1.9/net/smc/ |
D | smc_close.c | 176 sock_set_flag(sk, SOCK_DEAD); in smc_close_active_abort() 397 if (sock_flag(sk, SOCK_DEAD) && in smc_close_passive_work() 434 (sock_flag(sk, SOCK_DEAD) || !sk->sk_socket)) { in smc_close_passive_work()
|
/linux-6.1.9/net/ipv4/ |
D | tcp_timer.c | 254 if (sock_flag(sk, SOCK_DEAD)) { in tcp_write_timeout() 379 if (sock_flag(sk, SOCK_DEAD)) { in tcp_probe_timer() 475 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer() 689 if (sk->sk_state == TCP_FIN_WAIT2 && sock_flag(sk, SOCK_DEAD)) { in tcp_keepalive_timer()
|
/linux-6.1.9/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.1.9/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 | 268 sock_flag(sk, SOCK_DEAD))) { in gprs_attach()
|
/linux-6.1.9/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.1.9/net/core/ |
D | stream.c | 162 if (!sock_flag(sk, SOCK_DEAD)) in sk_stream_wait_memory()
|
/linux-6.1.9/net/unix/ |
D | af_unix.c | 514 if (unix_recvq_full_lockless(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me() 558 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected() 575 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor() 1380 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect() 1442 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer() 1512 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect() 1990 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg() 2128 if (sock_flag(other, SOCK_DEAD) || in queue_oob() 2231 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg() 2312 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendpage() [all …]
|
/linux-6.1.9/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.1.9/net/rds/ |
D | bind.c | 81 if (rs && (sock_flag(rds_rs_to_sk(rs), SOCK_DEAD) || in rds_find_bound()
|