Searched refs:TCP_FIN_WAIT1 (Results 1 – 13 of 13) sorted by relevance
/linux/include/net/ |
A D | tcp_states.h | 16 TCP_FIN_WAIT1, enumerator 37 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
|
/linux/include/linux/ |
A D | dccp.h | 42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
|
/linux/net/mptcp/ |
A D | protocol.c | 431 case TCP_FIN_WAIT1: in mptcp_check_data_fin_ack() 594 case TCP_FIN_WAIT1: in mptcp_check_data_fin() 913 case TCP_FIN_WAIT1: in mptcp_check_for_eof() 2566 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2568 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2569 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1, 2615 } else if (sk->sk_state == TCP_FIN_WAIT1) { in __mptcp_check_send_data_fin()
|
/linux/include/trace/events/ |
A D | sock.h | 29 EM(TCP_FIN_WAIT1) \
|
A D | sunrpc.h | 783 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_cm.c | 45 /* TCP_ESTABLISHED */ TCP_FIN_WAIT1 | TCP_ACTION_FIN, 47 /* TCP_SYN_RECV */ TCP_FIN_WAIT1 | TCP_ACTION_FIN, 48 /* TCP_FIN_WAIT1 */ TCP_FIN_WAIT1, 1890 case TCP_FIN_WAIT1: in chtls_peer_close() 1945 case TCP_FIN_WAIT1: in chtls_close_con_rpl()
|
A D | chtls_io.c | 146 case TCP_FIN_WAIT1: in tcp_state_to_flowc_state()
|
/linux/net/ipv4/ |
A D | tcp_timer.c | 460 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
|
A D | tcp.c | 2564 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state() 2626 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2628 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2629 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
|
A D | tcp_input.c | 4359 case TCP_FIN_WAIT1: in tcp_fin() 6439 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process() 6505 case TCP_FIN_WAIT1: { in tcp_rcv_state_process() 6591 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
|
/linux/net/sunrpc/ |
A D | xprtsock.c | 1431 case TCP_FIN_WAIT1: in xs_tcp_state_change() 2092 case TCP_FIN_WAIT1: in xs_tcp_shutdown()
|
/linux/drivers/nvme/target/ |
A D | tcp.c | 1526 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
|
/linux/drivers/nvme/host/ |
A D | tcp.c | 894 case TCP_FIN_WAIT1: in nvme_tcp_state_change()
|
Completed in 54 milliseconds