Home
last modified time | relevance | path

Searched refs:syn (Results 1 – 25 of 31) sorted by relevance

12

/tools/testing/selftests/bpf/progs/
A Dcgroup_tcp_skb.c51 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 Dtest_tcp_custom_syncookie.c248 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 Dtest_migrate_reuseport.c90 if (!tcp->syn && tcp->ack) in drop_ack()
A Dtest_tcpbpf_kern.c113 v = thdr->syn; in bpf_testcb()
A Dfexit_bpf2bpf.c173 tcp->syn = 0; in new_test_pkt_write_access_subprog()
A Dtest_assign_reuse.c86 if (!th->syn || th->ack || th->dest != bpf_htons(dest_port)) in maybe_assign_tcp()
A Dtest_btf_skc_cls_ingress.c27 if (th->syn) { in test_syncookie_helper()
A Dtest_misc_tcp_hdr_options.c221 if (th->syn) { in write_active_opt()
A Dxdp_synproxy_kern.c765 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 Dtest_tcp_hdr_options.c493 if (th->syn) { in handle_passive_estab()
A Dtest_l4lb.c309 if (tcp->syn) in parse_tcp()
A Dtest_l4lb_noinline.c308 if (tcp->syn) in parse_tcp()
A Dtest_l4lb_noinline_dynptr.c314 if (tcp->syn) in parse_tcp()
/tools/testing/selftests/net/tcp_ao/lib/
A Dftrace-tcp.c39 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 Daolib.h767 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 Dcommon.sh33 $xtables -A INPUT -m conntrack --ctstate NEW -p tcp --syn
A Dconntrack_synack_old.pkt1 // Check conntrack copes with syn/ack reply for a previous, old incarnation.
29 // syn retransmitted
/tools/testing/selftests/net/netfilter/
A Dnft_synproxy.sh66 meta iif veth0 tcp flags syn counter notrack
79 tcp flags syn counter drop
A Dconntrack_tcp_unreplied.sh91 ct state new tcp flags syn ip daddr 10.99.99.99 tcp dport 80 counter name "connreq" accept
A Dnft_nat_zones.sh145 …tcp flags & (syn|ack) == ack add @inflows { ip saddr . tcp sport . meta iifname . ip daddr . tcp d…
/tools/testing/selftests/net/packetdrill/
A Dtcp_close_close-on-syn-sent.pkt17 // Receive syn-ack to trigger the send side packet examination:
/tools/include/uapi/linux/
A Dtcp.h34 syn:1, member
50 syn:1, member
/tools/testing/selftests/net/mptcp/
A Dmptcp_sockopt.sh55 ip netns exec $ns $t -A OUTPUT -p tcp --syn -m mark --mark $m -j ACCEPT
/tools/testing/selftests/net/
A Dgro.c323 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 Dcls_redirect.c309 tcp.syn = true; in build_input()

Completed in 34 milliseconds

12