Lines Matching refs:first_out
249 if (l_ptr->first_out) { in link_timeout()
250 struct tipc_msg *msg = buf_msg(l_ptr->first_out); in link_timeout()
478 struct sk_buff *buf = l_ptr->first_out; in link_release_outqueue()
486 l_ptr->first_out = NULL; in link_release_outqueue()
525 buf = l_ptr->first_out; in tipc_link_stop()
587 l_ptr->first_out = NULL; in tipc_link_reset()
834 if (l_ptr->first_out) { in link_add_to_outqueue()
838 l_ptr->first_out = l_ptr->last_out = buf; in link_add_to_outqueue()
1306 struct sk_buff *buf = l_ptr->first_out; in tipc_link_push_packet()
1365 u32 first = msg_seqno(buf_msg(l_ptr->first_out)); in tipc_link_push_packet()
1700 crs = l_ptr->first_out; in tipc_recv_msg()
1710 l_ptr->first_out = crs; in tipc_recv_msg()
2129 tipc_link_retransmit(l_ptr, l_ptr->first_out, in link_recv_proto_msg()
2180 struct sk_buff *crs = l_ptr->first_out; in tipc_link_changeover()
2199 if (!l_ptr->first_out) { in tipc_link_changeover()
2249 iter = l_ptr->first_out; in tipc_link_send_duplicate()
2983 if (l_ptr->first_out) { in link_print()
2984 tipc_printf(buf, "[%u..", msg_seqno(buf_msg(l_ptr->first_out))); in link_print()
2990 msg_seqno(buf_msg(l_ptr->first_out))) in link_print()
2994 tipc_printf(buf, "first_out= %p ", l_ptr->first_out); in link_print()