Home
last modified time | relevance | path

Searched refs:syncookie (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_tcp_hdr_options.h32 bool syncookie; /* passive side only */ member
/kernel/linux/linux-5.10/include/net/
Drequest_sock.h64 u8 syncookie:1; /* syncookie: encode tcpopts in timestamp */ member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dtcp_hdr_options.c81 hdr_stg->syncookie, hdr_stg->fastopen); in print_hdr_stg()
386 exp_passive_hdr_stg.syncookie = true; in syncookie_estab()
Dbtf_skc_cls_ingress.c213 DEF_TEST(syncookie),
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_tcp_hdr_options.c480 init_stg.syncookie = true; in handle_passive_estab()
/kernel/linux/linux-5.10/net/mptcp/
Dsubflow.c149 if (unlikely(req->syncookie)) { in subflow_init_req()
177 if (unlikely(req->syncookie) && subflow_req->msk) { in subflow_init_req()
/kernel/linux/linux-5.10/net/ipv4/
DKconfig269 bool "IP: TCP syncookie support"
Dtcp_input.c6849 req->syncookie = want_cookie; in tcp_conn_request()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c1368 oreq->syncookie = 0; in chtls_pass_accept_request()