Home
last modified time | relevance | path

Searched refs:fastopen_connect (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h81 int fastopen_connect(int server_fd, const char *data, unsigned int data_len,
H A Dnetwork_helpers.c223 int fastopen_connect(int server_fd, const char *data, unsigned int data_len, in fastopen_connect() function
/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst54 u8:1 fastopen_connect
/linux-6.15/include/linux/
H A Dtcp.h378 fastopen_connect:1, /* FASTOPEN_CONNECT sockopt */ member
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c102 sk_fds->active_fd = fastopen_connect(sk_fds->srv_fd, fast, in sk_fds_connect()
/linux-6.15/net/ipv4/
H A Dtcp_fastopen.c453 if (tp->fastopen_connect && !tp->fastopen_req) { in tcp_fastopen_defer_connect()
H A Dtcp.c4016 tp->fastopen_connect = val; in do_tcp_setsockopt()
4542 val = tp->fastopen_connect; in do_tcp_getsockopt()