Home
last modified time | relevance | path

Searched refs:syn_data_acked (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
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()
Dtcp.c2878 tp->syn_data_acked = 0; in tcp_disconnect()
3610 if (tp->syn_data_acked) in tcp_get_info()
Dtcp_input.c6072 tp->syn_data_acked = tp->syn_data; in tcp_rcv_fastopen_synack()
6073 if (tp->syn_data_acked) { in tcp_rcv_fastopen_synack()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h70 syn_data_acked:1,/* data in SYN is acked by SYN-ACK */ member
/kernel/linux/linux-5.10/include/linux/
Dtcp.h248 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/
Dtcp_nip_input.c1091 newtp->syn_data_acked = 0; in tcp_nip_create_openreq_child()