Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h32 bool syncookie; /* passive side only */ member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c58 hdr_stg->syncookie, hdr_stg->fastopen); in print_hdr_stg()
349 exp_passive_hdr_stg.syncookie = true; in syncookie_estab()
H A Dbtf_skc_cls_ingress.c196 DEF_TEST(syncookie),
/openbmc/linux/include/net/
H A Drequest_sock.h64 u8 syncookie:1; /* syncookie: encode tcpopts in timestamp */ member
/openbmc/linux/net/mptcp/
H A Dsubflow.c195 if (unlikely(req->syncookie)) { in subflow_check_req()
245 if (unlikely(req->syncookie)) { in subflow_check_req()
320 if (!req->syncookie) in subflow_v4_route_req()
387 if (!req->syncookie) in subflow_v6_route_req()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c480 init_stg.syncookie = true; in handle_passive_estab()
/openbmc/linux/net/ipv4/
H A DKconfig269 bool "IP: TCP syncookie support"
H A Dtcp_input.c7108 req->syncookie = want_cookie; in tcp_conn_request()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1368 oreq->syncookie = 0; in chtls_pass_accept_request()