• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/

Lines Matching defs:to

18  *    contributors may be used to endorse or promote products derived from
59 * Loss rate for incoming broadcast frames; used to test retransmission code.
60 * Set to N to cause every N'th frame to be discarded; 0 => don't discard any.
67 * @primary: pointer to primary bearer
68 * @secondary: pointer to secondary bearer
71 * to be paired.
89 * to avoid consuming potentially limited stack space through the use of
147 * bclink_set_gap - set gap according to contents of current deferred pkt queue
165 * This mechanism endeavours to prevent all nodes in network from trying
166 * to ACK or NACK at the same time.
168 * Note: TIPC uses a different trigger to distribute ACKs than it does to
169 * distribute NACKs, but tries to use the same spacing (divide by 16).
180 * @after: sequence number of last packet to *not* retransmit
181 * @to: sequence number of last packet to retransmit
186 static void bclink_retransmit_pkt(u32 after, u32 to)
194 tipc_link_retransmit(bcl, buf, mod(to - after));
296 * Ensure we doesn't send another NACK msg to the node
338 * Modify gap to suppress unnecessary NACKs from this node
385 * tipc_bclink_send_msg - broadcast a packet to all nodes in cluster
551 * Send through as many bearers as necessary to reach all nodes
566 /* Prepare buffer for broadcasting (if first time trying to send it) */
592 break; /* no more bearers to try */
608 continue; /* unable to send using bearer pair */
619 /* Unable to reach all targets */
686 * Forces bclink to push out any unsent packets, until all packets are gone