Searched refs:SYN (Results 1 – 13 of 13) sorted by relevance
| /tools/testing/selftests/net/netfilter/packetdrill/ |
| A D | conntrack_synack_reuse.pkt | 1 // Check reception of another SYN while we have an established conntrack state. 3 // state and SYN retransmit should give us new 'SYN_RECV' connection state. 8 +0 `iptables -A INPUT -m conntrack --ctstate INVALID -p tcp --tcp-flags SYN,ACK SYN,ACK`
|
| A D | conntrack_syn_challenge_ack.pkt | 1 // Check connection re-use, i.e. peer that receives the SYN answers with
|
| A D | conntrack_synack_old.pkt | 37 // with buggy conntrack above packet is dropped, so SYN rtx is seen:
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_ecn_ecn-uses-ect0.pkt | 11 // ECN handshake: send EW flags in SYN packet, E flag in SYN-ACK response
|
| A D | tcp_zerocopy_fastopen-client.pkt | 13 // Send a FastOpen request, no cookie yet so no data in SYN 33 // Send another Fastopen request, now SYN will have data
|
| A D | tcp_md5_md5-only-on-client-ack.pkt | 2 // Test what happens when client does not provide MD5 on SYN,
|
| A D | tcp_zerocopy_fastopen-server.pkt | 18 // Client sends a SYN with data.
|
| A D | tcp_timestamping_client-only-last-byte.pkt | 40 // is called after when SYN is acked. So, we expect the last byte of the first
|
| A D | tcp_timestamping_server.pkt | 24 // is called after when SYN is acked. So, we expect the last byte of the first
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | cls_redirect.c | 151 SYN, enumerator 199 if (test->flags == SYN) in test_str() 209 { TCP, ACCEPT, UNKNOWN_CONN, NO_HOPS, SYN }, 308 if (test->flags == SYN) in build_input()
|
| /tools/perf/trace/beauty/ |
| A D | msg_flags.c | 55 P_MSG_FLAG(SYN); in syscall_arg__scnprintf_msg_flags()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_cls_redirect.c | 83 SYN, enumerator 830 return SYN; in process_tcp() 1059 case SYN: in cls_redirect()
|
| A D | test_cls_redirect_dynptr.c | 77 SYN, enumerator 723 return SYN; in process_tcp() 957 case SYN: in cls_redirect()
|
Completed in 19 milliseconds