Searched refs:sync_point (Results 1 – 2 of 2) sorted by relevance
459 n->sync_point = tnl->rcv_nxt + (U16_MAX / 2 - 1); in __tipc_node_link_down()1205 if (less(syncpt, n->sync_point)) in tipc_node_check_state()1206 n->sync_point = syncpt; in tipc_node_check_state()1211 if (!more(rcv_nxt, n->sync_point)) in tipc_node_check_state()1231 n->sync_point = syncpt; in tipc_node_check_state()1235 if (less(syncpt, n->sync_point)) in tipc_node_check_state()1236 n->sync_point = syncpt; in tipc_node_check_state()1248 if (more(dlv_nxt, n->sync_point)) { in tipc_node_check_state()
120 u16 sync_point; member