Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_fastopen.c466 if (tp->fastopen_connect && !tp->fastopen_req) { in tcp_fastopen_defer_connect()
475 tp->fastopen_req = kzalloc(sizeof(*tp->fastopen_req), in tcp_fastopen_defer_connect()
477 if (tp->fastopen_req) in tcp_fastopen_defer_connect()
478 tp->fastopen_req->cookie = cookie; in tcp_fastopen_defer_connect()
Dtcp.c1139 if (tp->fastopen_req) { in tcp_free_fastopen_req()
1140 kfree(tp->fastopen_req); in tcp_free_fastopen_req()
1141 tp->fastopen_req = NULL; in tcp_free_fastopen_req()
1159 if (tp->fastopen_req) in tcp_sendmsg_fastopen()
1162 tp->fastopen_req = kzalloc(sizeof(struct tcp_fastopen_request), in tcp_sendmsg_fastopen()
1164 if (unlikely(!tp->fastopen_req)) in tcp_sendmsg_fastopen()
1166 tp->fastopen_req->data = msg; in tcp_sendmsg_fastopen()
1167 tp->fastopen_req->size = size; in tcp_sendmsg_fastopen()
1168 tp->fastopen_req->uarg = uarg; in tcp_sendmsg_fastopen()
1185 if (tp->fastopen_req) { in tcp_sendmsg_fastopen()
[all …]
Dtcp_minisocks.c548 newtp->fastopen_req = NULL; in tcp_create_openreq_child()
Daf_inet.c692 tcp_sk(sk)->fastopen_req && in __inet_stream_connect()
693 tcp_sk(sk)->fastopen_req->data ? 1 : 0; in __inet_stream_connect()
Dtcp_output.c763 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options()
3752 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data()
3869 err = tp->fastopen_req ? tcp_send_syn_data(sk, buff) : in tcp_connect()
/kernel/linux/linux-5.10/include/linux/
Dtcp.h412 struct tcp_fastopen_request *fastopen_req; member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_input.c1089 newtp->fastopen_req = NULL; in tcp_nip_create_openreq_child()