Home
last modified time | relevance | path

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

/net/tipc/
Dnode.c122 u16 sync_point; member
952 n->sync_point = tipc_link_rcv_nxt(tnl) + (U16_MAX / 2 - 1); in tipc_node_link_failover()
1027 n->sync_point = tipc_link_rcv_nxt(tnl) + (U16_MAX / 2 - 1); in __tipc_node_link_down()
1986 if (less(syncpt, n->sync_point)) in tipc_node_check_state()
1987 n->sync_point = syncpt; in tipc_node_check_state()
1992 if (!more(rcv_nxt, n->sync_point)) in tipc_node_check_state()
2013 n->sync_point = syncpt; in tipc_node_check_state()
2029 if (more(dlv_nxt, n->sync_point)) { in tipc_node_check_state()
3059 i += scnprintf(buf + i, sz - i, " %u", n->sync_point); in tipc_node_dump()