Searched refs:svc_tcp_has_wspace (Results 1 – 1 of 1) sorted by relevance
442 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace() function466 if (!svsk || svc_tcp_has_wspace(&svsk->sk_xprt)) in svc_tcp_write_space()475 if (svc_tcp_has_wspace(xprt)) in svc_tcp_adjust_wspace()1294 .xpo_has_wspace = svc_tcp_has_wspace,