Home
last modified time | relevance | path

Searched refs:next_out_no (Results 1 – 3 of 3) sorted by relevance

/net/tipc/
Dbcast.c150 bcl->fsm_msg_cnt = mod(bcl->next_out_no - 1); in bclink_set_last_sent()
222 acked = bcl->next_out_no; in tipc_bclink_acknowledge()
784 bcl->next_out_no = 1; in tipc_bclink_init()
Dlink.c137 return mod(l_ptr->next_out_no); in link_next_sent()
353 l_ptr->next_out_no = 1; in tipc_link_create()
575 l_ptr->next_out_no = 1; in tipc_link_reset()
808 u32 seqno = mod(l_ptr->next_out_no++); in link_add_to_outqueue()
1932 u32 next_sent = mod(l_ptr->next_out_no); in tipc_link_send_proto_msg()
1984 msg_set_seqno(msg, mod(l_ptr->next_out_no + (0xffff/2))); in tipc_link_send_proto_msg()
2786 l_ptr->stats.sent_info = l_ptr->next_out_no; in link_reset_statistics()
2878 l->next_out_no - s->sent_info, s->sent_fragments, in tipc_link_stats()
Dlink.h181 u32 next_out_no; member