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