Searched refs:gap_after (Results 1 – 4 of 4) sorted by relevance
/net/tipc/ |
D | bcast.c | 156 n_ptr->bclink.gap_after = n_ptr->bclink.gap_to = in bclink_set_gap() 272 if (!less(n_ptr->bclink.gap_after, n_ptr->bclink.gap_to)) in bclink_send_nack() 282 msg_set_bcgap_after(msg, n_ptr->bclink.gap_after); in bclink_send_nack() 318 if (n_ptr->bclink.gap_after == n_ptr->bclink.gap_to) 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 340 my_after = n_ptr->bclink.gap_after; in tipc_bclink_peek_nack() 343 if (less_eq(gap_after, my_after)) { in tipc_bclink_peek_nack() 345 n_ptr->bclink.gap_after = gap_to; in tipc_bclink_peek_nack() 347 n_ptr->bclink.gap_to = n_ptr->bclink.gap_after; in tipc_bclink_peek_nack() 348 } else if (less_eq(gap_after, my_to)) { in tipc_bclink_peek_nack() [all …]
|
D | node.h | 88 u32 gap_after; member
|
D | node.c | 395 n_ptr->bclink.gap_after = n_ptr->bclink.gap_to = 0; in node_lost_contact()
|
D | link.c | 1700 tipc_printf(TIPC_OUTPUT, "Gap after: %u, ", n_ptr->bclink.gap_after); in link_retransmit_failure()
|