Home
last modified time | relevance | path

Searched refs:fastopen (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c64 bool fastopen;
73 .fastopen = false,
81 .fastopen = true,
89 .fastopen = false,
97 .fastopen = false,
105 .fastopen = false,
113 .fastopen = true,
121 .fastopen = false,
129 .fastopen = false, in init_fds()
264 if (test_case->fastopen) { in start_servers()
59 bool fastopen; global() member
297 int fastopen = 1; start_clients() local
[all...]
H A Dtcp_hdr_options.c58 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 Dtcp_minisocks.c691 bool fastopen, bool *req_stolen, in tcp_check_req() argument
710 if (inet_rsk(req)->tstamp_ok && !fastopen) in tcp_check_req()
771 if (!fastopen) in tcp_check_req()
838 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
909 if (fastopen) in tcp_check_req()
964 } else if (fastopen) { /* received a valid RST pkt */ in tcp_check_req()
968 if (!fastopen) { in tcp_check_req()
H A Dtcp_fastopen.c460 goto fastopen; in tcp_try_fastopen()
481 fastopen: in tcp_try_fastopen()
H A Dtcp_ipv4.c498 struct request_sock *fastopen; in tcp_v4_err() local
554 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err()
555 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()
599 if (!fastopen && in tcp_v4_err()
616 if (fastopen && !fastopen->sk) in tcp_v4_err()
/linux/net/mptcp/
H A DMakefile5 mib.o pm_netlink.o sockopt.o pm_userspace.o fastopen.o sched.o \
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c502 init_stg.fastopen = true; in handle_passive_estab()
544 if (hdr_stg->resend_syn || hdr_stg->fastopen) in handle_parse_hdr()
551 * - Passive side: SYNACK during fastopen in handle_parse_hdr()
568 if (hdr_stg->fastopen && !passive_fin_out.flags) in handle_parse_hdr()
569 /* Passive side was in fastopen. in handle_parse_hdr()
/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h33 bool fastopen; /* passive side only */ member
/linux/net/ipv6/
H A Dtcp_ipv6.c401 struct request_sock *fastopen; in tcp_v6_err() local
454 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()
455 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()
508 if (fastopen && !fastopen->sk) in tcp_v6_err()
524 if (!fastopen && type == ICMPV6_DEST_UNREACH && in tcp_v6_err()
/linux/include/net/
H A Dtcp.h485 struct request_sock *req, bool fastopen,