Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_fastopen.c453 if (tp->fastopen_connect && !tp->fastopen_req) { in tcp_fastopen_defer_connect()
462 tp->fastopen_req = kzalloc(sizeof(*tp->fastopen_req), in tcp_fastopen_defer_connect()
464 if (tp->fastopen_req) in tcp_fastopen_defer_connect()
465 tp->fastopen_req->cookie = cookie; in tcp_fastopen_defer_connect()
A Dtcp.c998 if (tp->fastopen_req) { in tcp_free_fastopen_req()
999 kfree(tp->fastopen_req); in tcp_free_fastopen_req()
1000 tp->fastopen_req = NULL; in tcp_free_fastopen_req()
1017 if (tp->fastopen_req) in tcp_sendmsg_fastopen()
1020 tp->fastopen_req = kzalloc(sizeof(struct tcp_fastopen_request), in tcp_sendmsg_fastopen()
1022 if (unlikely(!tp->fastopen_req)) in tcp_sendmsg_fastopen()
1024 tp->fastopen_req->data = msg; in tcp_sendmsg_fastopen()
1025 tp->fastopen_req->size = size; in tcp_sendmsg_fastopen()
1026 tp->fastopen_req->uarg = uarg; in tcp_sendmsg_fastopen()
1043 if (tp->fastopen_req) { in tcp_sendmsg_fastopen()
[all …]
A Dtcp_minisocks.c623 newtp->fastopen_req = NULL; in tcp_create_openreq_child()
A Daf_inet.c700 tcp_sk(sk)->fastopen_req && in __inet_stream_connect()
701 tcp_sk(sk)->fastopen_req->data ? 1 : 0; in __inet_stream_connect()
A Dtcp_output.c820 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options()
3972 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data()
4142 err = tp->fastopen_req ? tcp_send_syn_data(sk, buff) : in tcp_connect()
/linux/Documentation/networking/net_cachelines/
A Dtcp_sock.rst155 struct_tcp_fastopen_request* fastopen_req
/linux/include/linux/
A Dtcp.h498 struct tcp_fastopen_request *fastopen_req; member

Completed in 28 milliseconds