Searched refs:fastopen_connect (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h58 int fastopen_connect(int server_fd, const char *data, unsigned int data_len,
H A Dnetwork_helpers.c197 int fastopen_connect(int server_fd, const char *data, unsigned int data_len, function
/linux-master/net/ipv4/
H A Dtcp_fastopen.c441 * 1. fastopen_connect sockopt is set
452 if (tp->fastopen_connect && !tp->fastopen_req) {
H A Dtcp.c3676 tp->fastopen_connect = val;
4202 val = tp->fastopen_connect;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c102 sk_fds->active_fd = fastopen_connect(sk_fds->srv_fd, fast,
/linux-master/include/linux/
H A Dtcp.h374 fastopen_connect:1, /* FASTOPEN_CONNECT sockopt */ member in struct:tcp_sock

Completed in 281 milliseconds