Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dlink.h170 u16 synch_point; member
Dlink.c1004 if (less_eq(pl->next_in_no, l->synch_point)) in link_synch()
1008 post_synch = mod(pl->next_in_no - l->synch_point) - 1; in link_synch()
1229 link->synch_point = msg_seqno(msg_get_wrapped(msg)); in tipc_link_input()