Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_output.c3033 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local
3039 tcp_fastopen_cache_get(sk, &tp->rx_opt.mss_clamp, &fo->cookie, in tcp_send_syn_data()
3044 fo->cookie.len = -1; in tcp_send_syn_data()
3049 fo->cookie.len = -1; in tcp_send_syn_data()
3050 else if (fo->cookie.len <= 0) in tcp_send_syn_data()
3062 space = min_t(size_t, space, fo->size); in tcp_send_syn_data()
3073 fo->data->msg_iov, 0, space))) { in tcp_send_syn_data()
3079 if (space == fo->size) in tcp_send_syn_data()
3080 fo->data = NULL; in tcp_send_syn_data()
3081 fo->copied = space; in tcp_send_syn_data()
[all …]