Lines Matching defs:sent
78 * @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
231 /* tsk_inc(): increment counter for sent or received data
318 /* tsk_peer_msg - verify if message was sent by connected port's peer
818 * Returns the number of bytes sent on success, or errno
919 /* A broadcast sent within next EXPIRE period must follow same path */
933 * Returns the number of bytes sent on success, or errno
977 * Returns the number of bytes sent on success, or errno
1062 * Returns the number of bytes sent on success, or errno
1136 * Returns the number of bytes sent on success, or errno
1375 * @dsz: amount of user data to be sent
1382 * Returns the number of bytes sent on success, or errno otherwise
1532 * Returns the number of bytes sent on success (or partial success),
1533 * or errno if no data sent
1560 int send, sent = 0;
1583 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE);
1594 sent += send;
1610 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq);
1625 sent += send;
1627 } while (sent < dlen && !rc);
1629 return sent ? sent : rc;
1640 * Returns the number of bytes sent on success, or errno otherwise
2254 /* Accept only connection-based messages sent by peer */
3097 /* Eliminate any risk that a broadcast overtakes sent JOINs */