Home
last modified time | relevance | path

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

/net/tipc/
Dnode.c112 u16 sync_point; member
679 n->sync_point = tipc_link_rcv_nxt(tnl) + (U16_MAX / 2 - 1); in __tipc_node_link_down()
1432 if (less(syncpt, n->sync_point)) in tipc_node_check_state()
1433 n->sync_point = syncpt; in tipc_node_check_state()
1438 if (!more(rcv_nxt, n->sync_point)) in tipc_node_check_state()
1456 n->sync_point = syncpt; in tipc_node_check_state()
1472 if (more(dlv_nxt, n->sync_point)) { in tipc_node_check_state()