Lines Matching refs:sent
240 size_t *sent, struct cred *cr) in ksocket_send() argument
248 if (sent != NULL) in ksocket_send()
249 *sent = 0; in ksocket_send()
255 if (sent != NULL) in ksocket_send()
256 *sent = 0; in ksocket_send()
260 if (sent != NULL) in ksocket_send()
261 *sent = (size_t)error; in ksocket_send()
267 struct sockaddr *name, socklen_t namelen, size_t *sent, struct cred *cr) in ksocket_sendto() argument
275 if (sent != NULL) in ksocket_sendto()
276 *sent = 0; in ksocket_sendto()
282 if (sent != NULL) in ksocket_sendto()
283 *sent = 0; in ksocket_sendto()
287 if (sent != NULL) in ksocket_sendto()
288 *sent = (size_t)error; in ksocket_sendto()
294 size_t *sent, struct cred *cr) in ksocket_sendmsg() argument
302 if (sent != NULL) in ksocket_sendmsg()
303 *sent = 0; in ksocket_sendmsg()
309 if (sent != NULL) in ksocket_sendmsg()
310 *sent = 0; in ksocket_sendmsg()
314 if (sent != NULL) in ksocket_sendmsg()
315 *sent = (size_t)error; in ksocket_sendmsg()