Lines Matching defs:send
273 /* tipc_sk_respond() : send response message back to sender
810 * tipc_sendmcast - send multicast message
813 * @msg: message to send
814 * @dlen: length of data to send
876 * tipc_send_group_msg - send a message to a member in the group
878 * @m: message to send
916 /* Update send window */
926 * tipc_send_group_unicast - send message to a member in the group
928 * @m: message to send
970 * tipc_send_group_anycast - send message to any member with given identity
972 * @m: message to send
1055 * tipc_send_group_bcast - send message to all members in communication group
1057 * @m: message to send
1118 /* Update broadcast sequence number and send windows */
1129 * tipc_send_group_mcast - send message to all members with given identity
1131 * @m: message to send
1261 /* tipc_sk_push_backlog(): send accumulated buffers in socket write queue
1298 /* Do not send SYN again after congestion */
1372 * tipc_sendmsg - send message in connectionless manner
1374 * @m: message to send
1525 * tipc_sendstream - send stream-oriented data
1527 * @m: data to send
1560 int send, sent = 0;
1583 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE);
1586 send <= maxnagle) {
1587 rc = tipc_msg_append(hdr, m, send, maxnagle, txq);
1594 sent += send;
1610 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq);
1611 if (unlikely(rc != send))
1613 blocks += tsk_inc(tsk, send + MIN_H_SIZE);
1625 sent += send;
1633 * tipc_send_packet - send a connection-oriented message
1635 * @m: message to send
3930 * - TIPC_DUMP_SK_SNDQ: dump socket send queue