Lines Matching refs:sent
184 size_t *sent, struct cred *cr) in ksocket_send() argument
195 if (sent != NULL) in ksocket_send()
196 *sent = 0; in ksocket_send()
224 if (sent != NULL) in ksocket_send()
225 *sent = 0; in ksocket_send()
229 if (sent != NULL) in ksocket_send()
230 *sent = msglen - auio.uio_resid; in ksocket_send()
236 struct sockaddr *name, socklen_t namelen, size_t *sent, struct cred *cr) in ksocket_sendto() argument
247 if (sent != NULL) in ksocket_sendto()
248 *sent = 0; in ksocket_sendto()
278 if (sent != NULL) in ksocket_sendto()
279 *sent = 0; in ksocket_sendto()
282 if (sent != NULL) in ksocket_sendto()
283 *sent = msglen - auio.uio_resid; in ksocket_sendto()
289 size_t *sent, struct cred *cr) in ksocket_sendmsg() argument
300 if (sent != NULL) in ksocket_sendmsg()
301 *sent = 0; in ksocket_sendmsg()
330 if (sent != NULL) in ksocket_sendmsg()
331 *sent = 0; in ksocket_sendmsg()
335 if (sent != NULL) in ksocket_sendmsg()
336 *sent = len - auio.uio_resid; in ksocket_sendmsg()