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

/net/ipv4/
H A Dtcp_output.c2842 struct tcp_fastopen_request *fo = tp->fastopen_req; local
2843 int syn_loss = 0, space, i, err = 0, iovlen = fo->data->msg_iovlen;
2848 tcp_fastopen_cache_get(sk, &tp->rx_opt.mss_clamp, &fo->cookie,
2853 fo->cookie.len = -1;
2858 fo->cookie.len = -1;
2859 else if (fo->cookie.len <= 0)
2877 struct iovec *iov = &fo->data->msg_iov[i];
2885 fo->data = NULL;
2899 fo->copied = data->len;
2902 tp->syn_data = (fo
[all...]

Completed in 43 milliseconds