Lines Matching refs:sent
186 size_t *sent, struct cred *cr) in ksocket_send() argument
197 if (sent != NULL) in ksocket_send()
198 *sent = 0; in ksocket_send()
226 if (sent != NULL) in ksocket_send()
227 *sent = 0; in ksocket_send()
231 if (sent != NULL) in ksocket_send()
232 *sent = msglen - auio.uio_resid; in ksocket_send()
238 struct sockaddr *name, socklen_t namelen, size_t *sent, struct cred *cr) in ksocket_sendto() argument
249 if (sent != NULL) in ksocket_sendto()
250 *sent = 0; in ksocket_sendto()
280 if (sent != NULL) in ksocket_sendto()
281 *sent = 0; in ksocket_sendto()
284 if (sent != NULL) in ksocket_sendto()
285 *sent = msglen - auio.uio_resid; in ksocket_sendto()
291 size_t *sent, struct cred *cr) in ksocket_sendmsg() argument
302 if (sent != NULL) in ksocket_sendmsg()
303 *sent = 0; in ksocket_sendmsg()
332 if (sent != NULL) in ksocket_sendmsg()
333 *sent = 0; in ksocket_sendmsg()
337 if (sent != NULL) in ksocket_sendmsg()
338 *sent = len - auio.uio_resid; in ksocket_sendmsg()