Lines Matching refs:sent
241 size_t *sent, struct cred *cr) in ksocket_send() argument
249 if (sent != NULL) in ksocket_send()
250 *sent = 0; in ksocket_send()
256 if (sent != NULL) in ksocket_send()
257 *sent = 0; in ksocket_send()
261 if (sent != NULL) in ksocket_send()
262 *sent = (size_t)error; in ksocket_send()
268 struct sockaddr *name, socklen_t namelen, size_t *sent, struct cred *cr) in ksocket_sendto() argument
276 if (sent != NULL) in ksocket_sendto()
277 *sent = 0; in ksocket_sendto()
283 if (sent != NULL) in ksocket_sendto()
284 *sent = 0; in ksocket_sendto()
288 if (sent != NULL) in ksocket_sendto()
289 *sent = (size_t)error; in ksocket_sendto()
295 size_t *sent, struct cred *cr) in ksocket_sendmsg() argument
304 if (sent != NULL) in ksocket_sendmsg()
305 *sent = 0; in ksocket_sendmsg()
313 if (sent != NULL) in ksocket_sendmsg()
314 *sent = 0; in ksocket_sendmsg()
336 if (sent != NULL) in ksocket_sendmsg()
337 *sent = (size_t)len; in ksocket_sendmsg()