Searched refs:retransmitted (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/tipc/
H A Dlink.c65 u32 retransmitted; member in struct:tipc_stats
269 bool *retransmitted, int *rc);
271 bool retransmitted);
1114 bool retransmitted)
1122 if (unlikely(retransmitted)) {
1534 * @xmitq: queue for accumulating the retransmitted packets if any
1535 * @retransmitted: returned boolean value if a retransmission is really issued
1545 bool *retransmitted, int *rc)
1642 l->stats.retransmitted++;
1644 r->stats.retransmitted
1113 tipc_link_update_cwin(struct tipc_link *l, int released, bool retransmitted) argument
1541 tipc_link_advance_transmq(struct tipc_link *l, struct tipc_link *r, u16 acked, u16 gap, struct tipc_gap_ack_blks *ga, struct sk_buff_head *xmitq, bool *retransmitted, int *rc) argument
2187 bool reply = msg_probe(hdr), retransmitted = false; local
[all...]

Completed in 209 milliseconds