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