Home
last modified time | relevance | path

Searched refs:syn_data_acked (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_fastopen.c215 tp->syn_data_acked = 1; in tcp_fastopen_add_skb()
606 if ((tp->syn_fastopen || tp->syn_data || tp->syn_data_acked) && in tcp_fastopen_active_detect_blackhole()
H A Dtcp.c2916 tp->syn_data_acked = 0; in tcp_disconnect()
3619 if (tp->syn_data_acked) in tcp_get_info()
H A Dtcp_input.c6090 tp->syn_data_acked = tp->syn_data; in tcp_rcv_fastopen_synack()
6091 if (tp->syn_data_acked) { in tcp_rcv_fastopen_synack()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_fastopen.c198 tp->syn_data_acked = 1; in tcp_fastopen_add_skb()
590 if ((tp->syn_fastopen || tp->syn_data || tp->syn_data_acked) && in tcp_fastopen_active_detect_blackhole()
H A Dtcp.c3088 tp->syn_data_acked = 0; in tcp_disconnect()
3784 if (tp->syn_data_acked) in tcp_get_info()
H A Dtcp_input.c6183 tp->syn_data_acked = tp->syn_data; in tcp_rcv_fastopen_synack()
6184 if (tp->syn_data_acked) { in tcp_rcv_fastopen_synack()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h70 syn_data_acked:1,/* data in SYN is acked by SYN-ACK */ member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h80 syn_data_acked:1,/* data in SYN is acked by SYN-ACK */ member
/kernel/linux/linux-5.10/include/linux/
H A Dtcp.h248 syn_data_acked:1,/* data in SYN is acked by SYN-ACK */ member
/kernel/linux/linux-6.6/include/linux/
H A Dtcp.h280 syn_data_acked:1,/* data in SYN is acked by SYN-ACK */ member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c1091 newtp->syn_data_acked = 0; in tcp_nip_create_openreq_child()

Completed in 35 milliseconds