Home
last modified time | relevance | path

Searched refs:syncookie (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h32 bool syncookie; /* passive side only */ member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h32 bool syncookie; /* passive side only */ member
/kernel/linux/linux-5.10/include/net/
H A Drequest_sock.h64 u8 syncookie:1; /* syncookie: encode tcpopts in timestamp */ member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c79 fprintf(stderr, "%s{active:%u, resend_syn:%u, syncookie:%u, fastopen:%u}\n", in print_hdr_stg()
81 hdr_stg->syncookie, hdr_stg->fastopen); in print_hdr_stg()
386 exp_passive_hdr_stg.syncookie = true; in syncookie_estab()
396 /* Enforce syncookie mode */ in syncookie_estab()
H A Dbtf_skc_cls_ingress.c128 "Unexpected syncookie states", in test_conn()
151 /* Enforce syncookie mode */ in test_syncookie()
188 "Unexpected syncookie states", in test_syncookie()
213 DEF_TEST(syncookie),
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c56 fprintf(stderr, "%s{active:%u, resend_syn:%u, syncookie:%u, fastopen:%u}\n", in print_hdr_stg()
58 hdr_stg->syncookie, hdr_stg->fastopen); in print_hdr_stg()
349 exp_passive_hdr_stg.syncookie = true; in syncookie_estab()
359 /* Enforce syncookie mode */ in syncookie_estab()
H A Dbtf_skc_cls_ingress.c111 "Unexpected syncookie states", in test_conn()
134 /* Enforce syncookie mode */ in test_syncookie()
171 "Unexpected syncookie states", in test_syncookie()
196 DEF_TEST(syncookie),
/kernel/linux/linux-6.6/include/net/
H A Drequest_sock.h64 u8 syncookie:1; /* syncookie: encode tcpopts in timestamp */ member
/kernel/linux/linux-6.6/net/mptcp/
H A Dsubflow.c180 if (unlikely(req->syncookie)) { in subflow_check_req()
230 if (unlikely(req->syncookie)) { in subflow_check_req()
305 if (!req->syncookie) in subflow_v4_route_req()
372 if (!req->syncookie) in subflow_v6_route_req()
787 /* hopefully temporary handling for MP_JOIN+syncookie */ in subflow_syn_recv_sock()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c475 /* saved_syn is not found. It was in syncookie mode. in handle_passive_estab()
480 init_stg.syncookie = true; in handle_passive_estab()
552 * - Active side: resend_syn in ACK during syncookie in handle_parse_hdr()
564 * because the server was in syncookie mode. in handle_parse_hdr()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c475 /* saved_syn is not found. It was in syncookie mode. in handle_passive_estab()
480 init_stg.syncookie = true; in handle_passive_estab()
552 * - Active side: resend_syn in ACK during syncookie in handle_parse_hdr()
564 * because the server was in syncookie mode. in handle_parse_hdr()
/kernel/linux/linux-5.10/net/mptcp/
H A Dsubflow.c149 if (unlikely(req->syncookie)) { in subflow_init_req()
177 if (unlikely(req->syncookie) && subflow_req->msk) { in subflow_init_req()
546 /* hopefully temporary handling for MP_JOIN+syncookie */ in subflow_syn_recv_sock()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1368 oreq->syncookie = 0; in chtls_pass_accept_request()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1368 oreq->syncookie = 0; in chtls_pass_accept_request()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c6754 * Return true if a syncookie should be sent
6881 req->syncookie = want_cookie; in tcp_conn_request()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c6866 * Return true if a syncookie should be sent
7001 req->syncookie = want_cookie; in tcp_conn_request()

Completed in 46 milliseconds