Searched refs:fastopen (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | migrate_reuseport.c | 59 bool fastopen; member 68 .fastopen = false, 76 .fastopen = true, 84 .fastopen = false, 92 .fastopen = false, 100 .fastopen = false, 108 .fastopen = true, 116 .fastopen = false, 124 .fastopen = false, 259 if (test_case->fastopen) { in start_servers() [all …]
|
| D | tcp_hdr_options.c | 81 hdr_stg->syncookie, hdr_stg->fastopen); in print_hdr_stg() 347 exp_passive_hdr_stg.fastopen = true; in fastopen_estab()
|
| /Linux-v5.15/net/ipv4/ |
| D | tcp_minisocks.c | 572 bool fastopen, bool *req_stolen) in tcp_check_req() argument 634 if (!fastopen) in tcp_check_req() 699 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req() 755 if (fastopen) in tcp_check_req() 805 } else if (fastopen) { /* received a valid RST pkt */ in tcp_check_req() 809 if (!fastopen) { in tcp_check_req()
|
| D | tcp_fastopen.c | 372 goto fastopen; in tcp_try_fastopen() 393 fastopen: in tcp_try_fastopen()
|
| D | tcp_ipv4.c | 472 struct request_sock *fastopen; in tcp_v4_err() local 518 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err() 519 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err() 563 if (!fastopen && in tcp_v4_err() 580 if (fastopen && !fastopen->sk) in tcp_v4_err()
|
| D | tcp_output.c | 766 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options() local 809 if (fastopen && fastopen->cookie.len >= 0) { in tcp_syn_options() 810 u32 need = fastopen->cookie.len; in tcp_syn_options() 812 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options() 817 opts->fastopen_cookie = &fastopen->cookie; in tcp_syn_options() 820 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0; in tcp_syn_options()
|
| /Linux-v5.15/tools/testing/selftests/bpf/progs/ |
| D | test_tcp_hdr_options.c | 505 init_stg.fastopen = true; in handle_passive_estab() 547 if (hdr_stg->resend_syn || hdr_stg->fastopen) in handle_parse_hdr() 571 if (hdr_stg->fastopen && !passive_fin_out.flags) in handle_parse_hdr()
|
| /Linux-v5.15/tools/testing/selftests/bpf/ |
| D | test_tcp_hdr_options.h | 33 bool fastopen; /* passive side only */ member
|
| /Linux-v5.15/net/ipv6/ |
| D | tcp_ipv6.c | 380 struct request_sock *fastopen; in tcp_v6_err() local 424 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err() 425 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err() 478 if (fastopen && !fastopen->sk) in tcp_v6_err() 497 if (!fastopen && type == ICMPV6_DEST_UNREACH && in tcp_v6_err()
|
| /Linux-v5.15/include/net/ |
| D | tcp.h | 387 struct request_sock *req, bool fastopen,
|