Searched refs:fastopen_req (Results 1 – 4 of 4) sorted by relevance
544 if (tp->fastopen_connect && !tp->fastopen_req) { in tcp_fastopen_defer_connect()553 tp->fastopen_req = kzalloc_obj(*tp->fastopen_req, in tcp_fastopen_defer_connect()555 if (tp->fastopen_req) in tcp_fastopen_defer_connect()556 tp->fastopen_req->cookie = cookie; in tcp_fastopen_defer_connect()
660 newtp->fastopen_req = NULL; in tcp_create_openreq_child()
965 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options()4205 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data()4382 err = tp->fastopen_req ? tcp_send_syn_data(sk, buff) : in tcp_connect()
524 struct tcp_fastopen_request *fastopen_req; member