Searched refs:fastopen (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A 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 …]
|
| H A D | tcp_hdr_options.c | 58 hdr_stg->syncookie, hdr_stg->fastopen); in print_hdr_stg() 311 exp_passive_hdr_stg.fastopen = true; in fastopen_estab()
|
| /linux/net/ipv4/ |
| H A D | tcp_minisocks.c | 692 bool fastopen, bool *req_stolen, in tcp_check_req() argument 711 if (inet_rsk(req)->tstamp_ok && !fastopen) in tcp_check_req() 772 if (!fastopen) in tcp_check_req() 839 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req() 910 if (fastopen) in tcp_check_req() 965 } else if (fastopen) { /* received a valid RST pkt */ in tcp_check_req() 969 if (!fastopen) { in tcp_check_req()
|
| H A D | tcp_fastopen.c | 459 goto fastopen; in tcp_try_fastopen() 480 fastopen: in tcp_try_fastopen()
|
| H A D | tcp_ipv4.c | 503 struct request_sock *fastopen; in tcp_v4_err() local 559 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err() 560 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err() 604 if (!fastopen && in tcp_v4_err() 621 if (fastopen && !fastopen->sk) in tcp_v4_err()
|
| H A D | tcp_output.c | 965 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options() local 1010 if (fastopen && fastopen->cookie.len >= 0) { in tcp_syn_options() 1011 u32 need = fastopen->cookie.len; in tcp_syn_options() 1013 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options() 1018 opts->fastopen_cookie = &fastopen->cookie; in tcp_syn_options() 1021 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0; in tcp_syn_options()
|
| /linux/net/mptcp/ |
| H A D | Makefile | 5 mib.o pm_netlink.o sockopt.o pm_userspace.o fastopen.o sched.o \
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_hdr_options.c | 502 init_stg.fastopen = true; in handle_passive_estab() 544 if (hdr_stg->resend_syn || hdr_stg->fastopen) in handle_parse_hdr() 568 if (hdr_stg->fastopen && !passive_fin_out.flags) in handle_parse_hdr()
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt | 2 // Test TCP fastopen behavior with NULL as buffer pointer, but a non-zero
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tcp_hdr_options.h | 33 bool fastopen; /* passive side only */ member
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 384 struct request_sock *fastopen; in tcp_v6_err() local 437 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err() 438 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err() 491 if (fastopen && !fastopen->sk) in tcp_v6_err() 507 if (!fastopen && type == ICMPV6_DEST_UNREACH && in tcp_v6_err()
|
| /linux/include/net/ |
| H A D | tcp.h | 472 struct request_sock *req, bool fastopen,
|