Lines Matching defs:send

90  * @snd_win: send window size
101 * @snd_backlog: send backlog count
285 /* tipc_sk_respond() : send response message back to sender
834 * tipc_sendmcast - send multicast message
837 * @msg: message to send
838 * @dlen: length of data to send
898 * tipc_send_group_msg - send a message to a member in the group
901 * @m: message to send
939 /* Update send window */
949 * tipc_send_group_unicast - send message to a member in the group
951 * @m: message to send
993 * tipc_send_group_anycast - send message to any member with given identity
995 * @m: message to send
1075 * tipc_send_group_bcast - send message to all members in communication group
1077 * @m: message to send
1138 /* Update broadcast sequence number and send windows */
1149 * tipc_send_group_mcast - send message to all members with given identity
1151 * @m: message to send
1272 /* tipc_sk_push_backlog(): send accumulated buffers in socket write queue
1309 /* Do not send SYN again after congestion */
1385 * tipc_sendmsg - send message in connectionless manner
1387 * @m: message to send
1535 * tipc_sendstream - send stream-oriented data
1537 * @m: data to send
1570 int send, sent = 0;
1593 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE);
1596 send <= maxnagle) {
1597 rc = tipc_msg_append(hdr, m, send, maxnagle, txq);
1604 sent += send;
1620 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq);
1621 if (unlikely(rc != send))
1623 blocks += tsk_inc(tsk, send + MIN_H_SIZE);
1635 sent += send;
1643 * tipc_send_packet - send a connection-oriented message
1645 * @m: message to send
3939 * - TIPC_DUMP_SK_SNDQ: dump socket send queue