Home
last modified time | relevance | path

Searched refs:gap_to (Results 1 – 4 of 4) sorted by relevance

/net/tipc/
Dbcast.c156 n_ptr->bclink.gap_after = n_ptr->bclink.gap_to = in bclink_set_gap()
159 n_ptr->bclink.gap_to = mod(buf_seqno(buf) - 1); in bclink_set_gap()
272 if (!less(n_ptr->bclink.gap_after, n_ptr->bclink.gap_to)) in bclink_send_nack()
283 msg_set_bcgap_to(msg, n_ptr->bclink.gap_to); in bclink_send_nack()
318 if (n_ptr->bclink.gap_after == n_ptr->bclink.gap_to) in tipc_bclink_check_gap()
319 n_ptr->bclink.gap_to = last_sent; in tipc_bclink_check_gap()
329 static void tipc_bclink_peek_nack(u32 dest, u32 sender_tag, u32 gap_after, u32 gap_to) in tipc_bclink_peek_nack() argument
341 my_to = n_ptr->bclink.gap_to; in tipc_bclink_peek_nack()
344 if (less(my_after, gap_to) && less(gap_to, my_to)) in tipc_bclink_peek_nack()
345 n_ptr->bclink.gap_after = gap_to; in tipc_bclink_peek_nack()
[all …]
Dnode.h89 u32 gap_to; member
Dnode.c395 n_ptr->bclink.gap_after = n_ptr->bclink.gap_to = 0; in node_lost_contact()
Dlink.c1701 tipc_printf(TIPC_OUTPUT, "Gap to: %u\n", n_ptr->bclink.gap_to); in link_retransmit_failure()