Searched refs:tipc_link_rcv_nxt (Results 1 – 3 of 3) sorted by relevance
110 u16 tipc_link_rcv_nxt(struct tipc_link *l);
973 n->sync_point = tipc_link_rcv_nxt(tnl) + (U16_MAX / 2 - 1); in tipc_node_link_failover()1052 n->sync_point = tipc_link_rcv_nxt(tnl) + (U16_MAX / 2 - 1); in __tipc_node_link_down()1951 rcv_nxt = tipc_link_rcv_nxt(l); in tipc_node_check_state()2057 dlv_nxt = tipc_link_rcv_nxt(pl) - inputq_len; in tipc_node_check_state()
432 u16 tipc_link_rcv_nxt(struct tipc_link *l) in tipc_link_rcv_nxt() function