Lines Matching defs:sent
77 * @max_pkt: maximum packet size "hint" used when building messages sent by port
89 * @snt_unacked: # messages sent by socket, and not yet acked by peer
242 /* tsk_inc(): increment counter for sent or received data
332 /* tsk_peer_msg - verify if message was sent by connected port's peer
842 * Return: the number of bytes sent on success, or errno
942 /* A broadcast sent within next EXPIRE period must follow same path */
956 * Return: the number of bytes sent on success, or errno
1000 * Return: the number of bytes sent on success, or errno
1082 * Return: the number of bytes sent on success, or errno
1156 * Return: the number of bytes sent on success, or errno
1388 * @dsz: amount of user data to be sent
1395 * Return: the number of bytes sent on success, or errno otherwise
1542 * Return: the number of bytes sent on success (or partial success),
1543 * or errno if no data sent
1570 int send, sent = 0;
1593 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE);
1604 sent += send;
1620 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq);
1635 sent += send;
1637 } while (sent < dlen && !rc);
1639 return sent ? sent : rc;
1650 * Return: the number of bytes sent on success, or errno otherwise
2259 /* Accept only connection-based messages sent by peer */
3105 /* Eliminate any risk that a broadcast overtakes sent JOINs */