Searched refs:next_out_no (Results 1 – 3 of 3) sorted by relevance
123 bcl->fsm_msg_cnt = mod(bcl->next_out_no - 1); in bclink_set_last_sent()217 acked = tn->bcl->next_out_no; in tipc_bclink_acknowledge()808 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_TX, bcl->next_out_no)) in tipc_nl_add_bc_link()896 bcl->next_out_no = 1; in tipc_bclink_init()
283 l_ptr->next_out_no = 1; in tipc_link_create()473 l_ptr->next_out_no = 1; in tipc_link_reset()707 uint seqno = link->next_out_no; in __tipc_link_xmit()750 link->next_out_no = seqno; in __tipc_link_xmit()1363 u32 next_sent = mod(l_ptr->next_out_no); in tipc_link_proto_xmit()1400 msg_set_seqno(msg, mod(l_ptr->next_out_no + (0xffff/2))); in tipc_link_proto_xmit()1806 l_ptr->stats.sent_info = l_ptr->next_out_no; in link_reset_statistics()2039 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_TX, link->next_out_no)) in __tipc_nl_add_link()
188 u32 next_out_no; member