| /tools/testing/selftests/bpf/progs/ |
| A D | cgroup_tcp_skb.c | 51 if (tcph->fin || !tcph->syn || !tcph->ack) in egress_accept() 65 if (!tcph->syn || tcph->fin || tcph->ack) in ingress_accept() 71 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_accept() 87 if (!tcph->syn || tcph->fin || tcph->ack) in egress_connect() 100 if (tcph->fin || !tcph->syn || !tcph->ack) in ingress_connect() 117 if (tcph->fin || tcph->syn || !tcph->ack) in egress_close_remote() 143 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_close_remote() 164 if (tcph->fin || tcph->syn || !tcph->ack) in egress_close_local() 182 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_close_local() 188 if (!tcph->fin || tcph->syn || !tcph->ack) in ingress_close_local()
|
| A D | test_tcp_custom_syncookie.c | 248 if (*opsize == TCPOLEN_MSS && ctx->tcp->syn && mss) in tcp_parse_option() 253 if (*opsize == TCPOLEN_WINDOW && ctx->tcp->syn && wscale) { in tcp_parse_option() 265 if (ctx->tcp->syn && ctx->attrs.rcv_tsecr) in tcp_parse_option() 272 if (*opsize == TCPOLEN_SACK_PERM && ctx->tcp->syn) in tcp_parse_option() 577 if (ctx.tcp->syn) { in tcp_custom_syncookie()
|
| A D | test_migrate_reuseport.c | 90 if (!tcp->syn && tcp->ack) in drop_ack()
|
| A D | test_tcpbpf_kern.c | 113 v = thdr->syn; in bpf_testcb()
|
| A D | fexit_bpf2bpf.c | 173 tcp->syn = 0; in new_test_pkt_write_access_subprog()
|
| A D | test_assign_reuse.c | 86 if (!th->syn || th->ack || th->dest != bpf_htons(dest_port)) in maybe_assign_tcp()
|
| A D | test_btf_skc_cls_ingress.c | 27 if (th->syn) { in test_syncookie_helper()
|
| A D | test_misc_tcp_hdr_options.c | 221 if (th->syn) { in write_active_opt()
|
| A D | xdp_synproxy_kern.c | 765 if ((hdr->tcp->syn ^ hdr->tcp->ack) != 1) in syncookie_part1() 817 return hdr->tcp->syn ? syncookie_handle_syn(hdr, ctx, data, data_end, xdp) : in syncookie_part2()
|
| A D | test_tcp_hdr_options.c | 493 if (th->syn) { in handle_passive_estab()
|
| A D | test_l4lb.c | 309 if (tcp->syn) in parse_tcp()
|
| A D | test_l4lb_noinline.c | 308 if (tcp->syn) in parse_tcp()
|
| A D | test_l4lb_noinline_dynptr.c | 314 if (tcp->syn) in parse_tcp()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | ftrace-tcp.c | 39 int syn; member 60 int fin, int syn, int rst, int psh, int ack, in __trace_event_expect() argument 72 .syn = syn, in __trace_event_expect() 126 syn:1, member 168 if (p->syn >= 0 && p->syn != e->syn) in lookup_expected_event() 293 char fin, syn, rst, psh, ack; in tracer_scan_event() local 306 &fin, &syn, &rst, &psh, &ack); in tracer_scan_event() 320 &fin, &syn, &rst, &psh, &ack, in tracer_scan_event() 364 out->syn = (syn == 'S'); in tracer_scan_event() 370 (syn != 'S' && syn != ' ') || in tracer_scan_event() [all …]
|
| A D | aolib.h | 767 int fin, int syn, int rst, int psh, int ack, 773 int fin, int syn, int rst, int psh, int ack) in trace_hash_event_expect() argument 779 fin, syn, rst, psh, ack, in trace_hash_event_expect() 788 int fin, int syn, int rst, int psh, int ack, in trace_ao_event_expect() argument 795 fin, syn, rst, psh, ack, in trace_ao_event_expect()
|
| /tools/testing/selftests/net/netfilter/packetdrill/ |
| A D | common.sh | 33 $xtables -A INPUT -m conntrack --ctstate NEW -p tcp --syn
|
| A D | conntrack_synack_old.pkt | 1 // Check conntrack copes with syn/ack reply for a previous, old incarnation. 29 // syn retransmitted
|
| /tools/testing/selftests/net/netfilter/ |
| A D | nft_synproxy.sh | 66 meta iif veth0 tcp flags syn counter notrack 79 tcp flags syn counter drop
|
| A D | conntrack_tcp_unreplied.sh | 91 ct state new tcp flags syn ip daddr 10.99.99.99 tcp dport 80 counter name "connreq" accept
|
| A D | nft_nat_zones.sh | 145 …tcp flags & (syn|ack) == ack add @inflows { ip saddr . tcp sport . meta iifname . ip daddr . tcp d…
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_close_close-on-syn-sent.pkt | 17 // Receive syn-ack to trigger the send side packet examination:
|
| /tools/include/uapi/linux/ |
| A D | tcp.h | 34 syn:1, member 50 syn:1, member
|
| /tools/testing/selftests/net/mptcp/ |
| A D | mptcp_sockopt.sh | 55 ip netns exec $ns $t -A OUTPUT -p tcp --syn -m mark --mark $m -j ACCEPT
|
| /tools/testing/selftests/net/ |
| A D | gro.c | 323 static void send_flags(int fd, struct sockaddr_ll *daddr, int psh, int syn, in send_flags() argument 339 tcph->syn = syn; in send_flags()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | cls_redirect.c | 309 tcp.syn = true; in build_input()
|