Home
last modified time | relevance | path

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

/linux-2.6.39/net/tipc/
Dbcast.c354 u32 my_after, my_to; in tipc_bclink_peek_nack() local
363 my_to = n_ptr->bclink.gap_to; in tipc_bclink_peek_nack()
366 if (less(my_after, gap_to) && less(gap_to, my_to)) in tipc_bclink_peek_nack()
368 else if (less_eq(my_to, gap_to)) in tipc_bclink_peek_nack()
370 } else if (less_eq(gap_after, my_to)) { in tipc_bclink_peek_nack()
371 if (less_eq(my_to, gap_to)) in tipc_bclink_peek_nack()