Searched refs:TCP_FIN_WAIT1 (Results 1 – 11 of 11) sorted by relevance
| /linux/include/net/ |
| H A D | tcp_states.h | 16 TCP_FIN_WAIT1, enumerator 38 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | repair.c | 29 TCP_FIN_WAIT1, enumerator
|
| /linux/include/trace/events/ |
| H A D | sock.h | 29 EM(TCP_FIN_WAIT1) \
|
| H A D | sunrpc.h | 814 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H 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, 1891 case TCP_FIN_WAIT1: in chtls_peer_close() 1946 case TCP_FIN_WAIT1: in chtls_close_con_rpl()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 460 case TCP_FIN_WAIT1: in mptcp_check_data_fin_ack() 629 case TCP_FIN_WAIT1: in mptcp_check_data_fin() 3150 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 3152 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 3153 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 3011 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state() 3078 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 3080 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 3081 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
|
| H A D | tcp_input.c | 4974 case TCP_FIN_WAIT1: in tcp_fin() 7234 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process() 7317 case TCP_FIN_WAIT1: { in tcp_rcv_state_process() 7403 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
|
| /linux/net/sunrpc/ |
| H A D | xprtsock.c | 1569 case TCP_FIN_WAIT1: in xs_tcp_state_change() 2266 case TCP_FIN_WAIT1: in xs_tcp_shutdown()
|
| /linux/drivers/nvme/target/ |
| H A D | tcp.c | 1671 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
|
| /linux/drivers/nvme/host/ |
| H A D | tcp.c | 1106 case TCP_FIN_WAIT1: in nvme_tcp_state_change()
|