Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h40 int fastopen_connect(int server_fd, const char *data, unsigned int data_len,
H A Dnetwork_helpers.c107 int fastopen_connect(int server_fd, const char *data, unsigned int data_len, in fastopen_connect() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h234 fastopen_connect:1, /* FASTOPEN_CONNECT sockopt */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_fastopen.c466 if (tp->fastopen_connect && !tp->fastopen_req) { in tcp_fastopen_defer_connect()
H A Dtcp.c3377 tp->fastopen_connect = val; in do_tcp_setsockopt()
3860 val = tp->fastopen_connect; in do_tcp_getsockopt()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c130 sk_fds->active_fd = fastopen_connect(sk_fds->srv_fd, fast, in sk_fds_connect()