Searched refs:fastopen_req (Results 1 – 4 of 4) sorted by relevance
1058 if (tp->fastopen_req) { in tcp_free_fastopen_req()1059 kfree(tp->fastopen_req); in tcp_free_fastopen_req()1060 tp->fastopen_req = NULL; in tcp_free_fastopen_req()1072 if (tp->fastopen_req) in tcp_sendmsg_fastopen()1075 tp->fastopen_req = kzalloc(sizeof(struct tcp_fastopen_request), in tcp_sendmsg_fastopen()1077 if (unlikely(!tp->fastopen_req)) in tcp_sendmsg_fastopen()1079 tp->fastopen_req->data = msg; in tcp_sendmsg_fastopen()1080 tp->fastopen_req->size = size; in tcp_sendmsg_fastopen()1085 *copied = tp->fastopen_req->copied; in tcp_sendmsg_fastopen()
614 tcp_sk(sk)->fastopen_req && in __inet_stream_connect()615 tcp_sk(sk)->fastopen_req->data ? 1 : 0; in __inet_stream_connect()
551 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options()3154 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data()3265 err = tp->fastopen_req ? tcp_send_syn_data(sk, buff) : in tcp_connect()
340 struct tcp_fastopen_request *fastopen_req; member