Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_fastopen.c543 if (tp->fastopen_connect && !tp->fastopen_req) { in tcp_fastopen_defer_connect()
552 tp->fastopen_req = kzalloc_obj(*tp->fastopen_req, in tcp_fastopen_defer_connect()
554 if (tp->fastopen_req) in tcp_fastopen_defer_connect()
555 tp->fastopen_req->cookie = cookie; in tcp_fastopen_defer_connect()
H A Dtcp.c1059 if (tp->fastopen_req) { in tcp_free_fastopen_req()
1060 kfree(tp->fastopen_req); in tcp_free_fastopen_req()
1061 tp->fastopen_req = NULL; in tcp_free_fastopen_req()
1078 if (tp->fastopen_req) in tcp_sendmsg_fastopen()
1081 tp->fastopen_req = kzalloc_obj(struct tcp_fastopen_request, in tcp_sendmsg_fastopen()
1083 if (unlikely(!tp->fastopen_req)) in tcp_sendmsg_fastopen()
1085 tp->fastopen_req->data = msg; in tcp_sendmsg_fastopen()
1086 tp->fastopen_req->size = size; in tcp_sendmsg_fastopen()
1087 tp->fastopen_req->uarg = uarg; in tcp_sendmsg_fastopen()
1104 if (tp->fastopen_req) { in tcp_sendmsg_fastopen()
[all …]
H A Daf_inet.c706 tcp_sk(sk)->fastopen_req && in __inet_stream_connect()
707 tcp_sk(sk)->fastopen_req->data ? 1 : 0; in __inet_stream_connect()
H A Dtcp_minisocks.c662 newtp->fastopen_req = NULL; in tcp_create_openreq_child()
H A Dtcp_output.c965 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options()
4203 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data()
4376 err = tp->fastopen_req ? tcp_send_syn_data(sk, buff) : in tcp_connect()
/linux/include/linux/
H A Dtcp.h521 struct tcp_fastopen_request *fastopen_req; member
/linux/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst168 struct tcp_fastopen_request* fastopen_req