Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h340 struct tcp_fastopen_request *fastopen_req;
/linux-4.4.14/include/net/
Dtcp.h1423 struct tcp_fastopen_request { struct
/linux-4.4.14/net/ipv4/
Dtcp_output.c551 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()
Dtcp.c1075 tp->fastopen_req = kzalloc(sizeof(struct tcp_fastopen_request), in tcp_sendmsg_fastopen()