Home
last modified time | relevance | path

Searched refs:SOCK_DEAD (Results 1 – 25 of 55) sorted by relevance

123

/linux/net/smc/
H A Dsmc_close.c177 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/net/can/
H A Disotp.c276 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rx_timer_handler()
464 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_fc()
527 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_fc()
554 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_sf()
685 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_cf()
709 if (!sock_flag(sk, SOCK_DEAD)) in isotp_rcv_cf()
1062 if (!sock_flag(sk, SOCK_DEAD)) in isotp_tx_timeout()
1655 if (!sock_flag(sk, SOCK_DEAD)) in isotp_bind()
1879 if (!sock_flag(sk, SOCK_DEAD)) in isotp_notify()
1885 if (!sock_flag(sk, SOCK_DEAD)) in isotp_notify()
H A Draw.c330 if (!sock_flag(sk, SOCK_DEAD)) in raw_notify()
336 if (!sock_flag(sk, SOCK_DEAD)) in raw_notify()
541 if (!sock_flag(sk, SOCK_DEAD)) in raw_bind()
H A Dbcm.c1851 if (!sock_flag(sk, SOCK_DEAD)) in bcm_notify()
1859 if (!sock_flag(sk, SOCK_DEAD)) in bcm_notify()
/linux/net/x25/
H A Dx25_subr.c357 if (!sock_flag(sk, SOCK_DEAD)) { in x25_disconnect()
359 sock_set_flag(sk, SOCK_DEAD); in x25_disconnect()
H A Dx25_in.c79 if (!sock_flag(sk, SOCK_DEAD)) in x25_queue_rx_frame()
139 if (!sock_flag(sk, SOCK_DEAD)) in x25_state1_machine()
H A Dx25_timer.c108 sock_flag(sk, SOCK_DEAD))) { in x25_heartbeat_expiry()
H A Daf_x25.c392 sock_set_flag(skb->sk, SOCK_DEAD); in __x25_destroy_socket()
651 sock_set_flag(sk, SOCK_DEAD); in x25_release()
1085 if (!sock_flag(sk, SOCK_DEAD)) in x25_rx_call_request()
/linux/net/ipv4/
H A Dtcp_timer.c272 if (sock_flag(sk, SOCK_DEAD)) { in tcp_write_timeout()
423 if (sock_flag(sk, SOCK_DEAD)) { in tcp_probe_timer()
564 if (!tp->snd_wnd && !sock_flag(sk, SOCK_DEAD) && in tcp_retransmit_timer()
803 if (sk->sk_state == TCP_FIN_WAIT2 && sock_flag(sk, SOCK_DEAD)) { in tcp_keepalive_timer()
H A Dinet_connection_sock.c1274 WARN_ON(!sock_flag(sk, SOCK_DEAD)); in inet_csk_destroy_sock()
1297 sock_set_flag(sk, SOCK_DEAD); in inet_csk_prepare_for_destroy_sock()
/linux/net/phonet/
H A Dpep.c352 if (!sock_flag(sk, SOCK_DEAD)) in pipe_do_rcv()
456 if (!sock_flag(sk, SOCK_DEAD)) in pipe_do_rcv()
580 if (!sock_flag(sk, SOCK_DEAD)) in pipe_handler_do_rcv()
587 if (!sock_flag(sk, SOCK_DEAD)) in pipe_handler_do_rcv()
703 if (!sock_flag(sk, SOCK_DEAD)) in pep_do_rcv()
H A Dpep-gprs.c272 sock_flag(sk, SOCK_DEAD))) { in gprs_attach()
/linux/net/dccp/
H A Dinput.c
/linux/net/unix/
H A Daf_unix.c582 if (unix_recvq_full_lockless(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me()
628 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
644 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor()
1552 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1621 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1692 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
2199 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
2352 if (sock_flag(other, SOCK_DEAD) || in queue_oob()
2481 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
2741 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait()
[all …]
/linux/drivers/net/ppp/
H A Dpppoe.c549 if (sock_flag(sk, SOCK_DEAD)) { in pppoe_release()
780 if (sock_flag(sk, SOCK_DEAD) || !(sk->sk_state & PPPOX_CONNECTED)) { in pppoe_sendmsg()
860 if (sock_flag(sk, SOCK_DEAD) || !(sk->sk_state & PPPOX_CONNECTED)) in pppoe_xmit()
904 if (sock_flag(sk, SOCK_DEAD) || in pppoe_fill_forward_path()
H A Dpptp.c512 if (sock_flag(sk, SOCK_DEAD)) { in pptp_release()
/linux/net/rds/
H A Dbind.c81 if (rs && (sock_flag(rds_rs_to_sk(rs), SOCK_DEAD) || in rds_find_bound()
/linux/net/rxrpc/
H A Doob.c61 if (queued && !rx->app_ops && !sock_flag(sk, SOCK_DEAD)) in rxrpc_notify_socket_oob()
H A Drecvmsg.c52 if (!sock_flag(sk, SOCK_DEAD)) { in rxrpc_notify_socket()
/linux/net/mptcp/
H A Dprotocol.c503 if (sock_flag(sk, SOCK_DEAD)) in mptcp_close_wake_up()
943 if (ssk_state == TCP_CLOSE && !sock_flag(sk, SOCK_DEAD)) in __mptcp_subflow_error_report()
2678 (sock_flag(sk, SOCK_DEAD) || sock_flag(ssk, SOCK_DEAD))) { in __mptcp_close_ssk()
2680 sock_set_flag(sk, SOCK_DEAD); in __mptcp_close_ssk()
2708 WARN_ON_ONCE(!sock_flag(ssk, SOCK_DEAD)); in __mptcp_close_ssk()
2740 msk->in_accept_queue || sock_flag(sk, SOCK_DEAD)) { in __mptcp_close_ssk()
2852 if (sock_flag(sk, SOCK_DEAD)) in mptcp_check_fastclose()
3155 if (sock_flag(sk, SOCK_DEAD) && sk->sk_state == TCP_CLOSE) { in mptcp_worker()
3432 sock_set_flag(sk, SOCK_DEAD); in __mptcp_unaccepted_force_close()
/linux/net/llc/
H A Dllc_conn.c102 if (!sock_flag(sk, SOCK_DEAD)) { in llc_conn_state_process()
103 sock_set_flag(sk, SOCK_DEAD); in llc_conn_state_process()
/linux/net/l2tp/
H A Dl2tp_ppp.c261 if (sock_flag(sk, SOCK_DEAD) || !(sk->sk_state & PPPOX_CONNECTED)) in pppol2tp_sendmsg()
337 if (sock_flag(sk, SOCK_DEAD) || !(sk->sk_state & PPPOX_CONNECTED)) in pppol2tp_xmit()
423 if (sock_flag(sk, SOCK_DEAD) != 0) in pppol2tp_release()
/linux/net/nfc/
H A Drawsock.c328 if (!sock_flag(sk, SOCK_DEAD)) { in rawsock_destruct()
/linux/net/qrtr/
H A Daf_qrtr.c1289 if (!sock_flag(sk, SOCK_DEAD)) in qrtr_release()
1292 sock_set_flag(sk, SOCK_DEAD); in qrtr_release()
/linux/include/net/sctp/
H A Dsctp.h662 return sock_flag(sk, SOCK_DEAD) || sk->sk_socket; in sctp_newsk_ready()

123