Home
last modified time | relevance | path

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

/net/tipc/
Dbcast.c148 bcl->fsm_msg_cnt = mod(buf_seqno(bcl->next_out) - 1); in bclink_set_last_sent()
187 while (buf && less_eq(buf_seqno(buf), after)) in bclink_retransmit_pkt()
228 if (less(acked, buf_seqno(crs)) || in tipc_bclink_acknowledge()
235 while (crs && less_eq(buf_seqno(crs), n_ptr->bclink.acked)) in tipc_bclink_acknowledge()
240 while (crs && less_eq(buf_seqno(crs), acked)) { in tipc_bclink_acknowledge()
320 ? buf_seqno(n_ptr->bclink.deferred_head) - 1 in tipc_bclink_update_link_state()
Dlink.c136 return buf_seqno(l_ptr->next_out); in link_next_sent()
1350 u32 first = buf_seqno(buf); in tipc_link_push_packet()
1388 u32 first = buf_seqno(l_ptr->first_out); in tipc_link_push_packet()
1546 seq_no = buf_seqno(l_ptr->oldest_deferred_in); in link_insert_deferred_queue()
1693 less_eq(buf_seqno(crs), ackd)) { in tipc_recv_msg()
1824 u32 seq_no = buf_seqno(buf); in tipc_link_defer_pkt()
1835 if (less(buf_seqno(*tail), seq_no)) { in tipc_link_defer_pkt()
1845 u32 curr_seqno = buf_seqno(queue_buf); in tipc_link_defer_pkt()
1870 u32 seq_no = buf_seqno(buf); in link_handle_out_of_seq_msg()
1937 next_sent = buf_seqno(l_ptr->next_out); in tipc_link_send_proto_msg()
[all …]
Dlink.h251 static inline u32 buf_seqno(struct sk_buff *buf) in buf_seqno() function