/kernel/linux/linux-5.10/include/net/ |
H A D | tcp_states.h | 21 TCP_LAST_ACK, enumerator 42 TCPF_LAST_ACK = (1 << TCP_LAST_ACK),
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp_states.h | 21 TCP_LAST_ACK, enumerator 42 TCPF_LAST_ACK = (1 << TCP_LAST_ACK),
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | tcp.h | 52 #define TCP_LAST_ACK 9 macro
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sock.h | 34 EM(TCP_LAST_ACK) \
|
H A D | sunrpc.h | 794 EM( TCP_LAST_ACK, "LAST_ACK" ) \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sock.h | 34 EM(TCP_LAST_ACK) \
|
H A D | sunrpc.h | 819 EM( TCP_LAST_ACK, "LAST_ACK" ) \
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 349 case TCP_LAST_ACK: in mptcp_check_data_fin_ack() 1938 [TCP_CLOSE_WAIT] = TCP_LAST_ACK | TCP_ACTION_FIN, 1939 [TCP_LAST_ACK] = TCP_LAST_ACK,
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_input.c | 160 case TCP_LAST_ACK: in tcp_nip_fin() 2116 case TCP_LAST_ACK: in tcp_nip_rcv_state_process() 2117 nip_dbg("tcp_nip_rcv_state_process_2: TCP_LAST_ACK"); in tcp_nip_rcv_state_process() 2133 case TCP_LAST_ACK: in tcp_nip_rcv_state_process() 2135 nip_dbg("break in TCP_LAST_ACK"); in tcp_nip_rcv_state_process()
|
H A D | tcp_nip.c | 367 * TCP_LAST_ACK out side has shutdown after remote has 430 [TCP_CLOSE_WAIT] = TCP_LAST_ACK | TCP_ACTION_FIN, 431 [TCP_LAST_ACK] = TCP_LAST_ACK, 540 * TCP_CLOSE_WAIT -> TCP_LAST_ACK in tcp_nip_close()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 52 /* TCP_CLOSE_WAIT */ TCP_LAST_ACK | TCP_ACTION_FIN, 53 /* TCP_LAST_ACK */ TCP_LAST_ACK, 1940 case TCP_LAST_ACK: in chtls_close_con_rpl()
|
H A D | chtls_io.c | 150 case TCP_LAST_ACK: in tcp_state_to_flowc_state()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 52 /* TCP_CLOSE_WAIT */ TCP_LAST_ACK | TCP_ACTION_FIN, 53 /* TCP_LAST_ACK */ TCP_LAST_ACK, 1940 case TCP_LAST_ACK: in chtls_close_con_rpl()
|
H A D | chtls_io.c | 150 case TCP_LAST_ACK: in tcp_state_to_flowc_state()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 237 * TCP_LAST_ACK out side has shutdown after remote has 2426 BUILD_BUG_ON((int)BPF_TCP_LAST_ACK != (int)TCP_LAST_ACK); in tcp_set_state() 2479 [TCP_CLOSE_WAIT] = TCP_LAST_ACK | TCP_ACTION_FIN, 2480 [TCP_LAST_ACK] = TCP_LAST_ACK, 2625 * TCP_CLOSE_WAIT -> TCP_LAST_ACK in __tcp_close()
|
H A D | tcp_input.c | 4369 case TCP_LAST_ACK: in tcp_fin() 6589 case TCP_LAST_ACK: in tcp_rcv_state_process() 6605 case TCP_LAST_ACK: in tcp_rcv_state_process()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 451 case TCP_LAST_ACK: in mptcp_check_data_fin_ack() 2909 [TCP_CLOSE_WAIT] = TCP_LAST_ACK | TCP_ACTION_FIN, 2910 [TCP_LAST_ACK] = TCP_LAST_ACK,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 237 * TCP_LAST_ACK out side has shutdown after remote has 2615 BUILD_BUG_ON((int)BPF_TCP_LAST_ACK != (int)TCP_LAST_ACK); in tcp_set_state() 2679 [TCP_CLOSE_WAIT] = TCP_LAST_ACK | TCP_ACTION_FIN, 2680 [TCP_LAST_ACK] = TCP_LAST_ACK, 2823 * TCP_CLOSE_WAIT -> TCP_LAST_ACK in __tcp_close()
|
H A D | tcp_input.c | 4415 case TCP_LAST_ACK: in tcp_fin() 6692 case TCP_LAST_ACK: in tcp_rcv_state_process() 6708 case TCP_LAST_ACK: in tcp_rcv_state_process()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xprtsock.c | 1559 case TCP_LAST_ACK: in xs_tcp_state_change() 2224 case TCP_LAST_ACK: in xs_tcp_shutdown()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | tcp.c | 1493 case TCP_LAST_ACK: in nvmet_tcp_state_change()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | tcp.c | 1564 case TCP_LAST_ACK: in nvmet_tcp_state_change()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xprtsock.c | 1480 case TCP_LAST_ACK: in xs_tcp_state_change()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | tcp.c | 919 case TCP_LAST_ACK: in nvme_tcp_state_change()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | tcp.c | 959 case TCP_LAST_ACK: in nvme_tcp_state_change()
|