Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_fastopen.c544 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()
H A Dtcp_minisocks.c660 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()
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()
/linux/include/linux/
H A Dtcp.h524 struct tcp_fastopen_request *fastopen_req; member