Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dnode.c459 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()
Dnode.h120 u16 sync_point; member