Home
last modified time | relevance | path

Searched refs:tail_mbuf (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctputil.c3362 control->tail_mbuf = m_notify; in sctp_notify_peer_addr_change()
3493 control->tail_mbuf = m_notify; in sctp_notify_send_failed()
3591 control->tail_mbuf = m_notify; in sctp_notify_send_failed2()
3638 control->tail_mbuf = m_notify; in sctp_notify_adaptation_layer()
3691 control->tail_mbuf = m_notify; in sctp_notify_partial_delivery_indication()
3760 control->tail_mbuf = m_notify; in sctp_notify_shutdown_event()
3808 control->tail_mbuf = m_notify; in sctp_notify_sender_dry_event()
4310 sp->tail_mbuf = NULL; in sctp_report_all_outbound()
4879 control->tail_mbuf = prev; in sctp_add_to_readq()
4895 control->tail_mbuf = prev; in sctp_add_to_readq()
[all …]
H A Dsctp_structs.h468 struct mbuf *tail_mbuf; /* used for multi-part data */ member
511 struct mbuf *tail_mbuf; member
H A Dsctp_indata.c654 control->tail_mbuf = prev; in sctp_setup_tail_pointer()
670 control->tail_mbuf = prev; in sctp_setup_tail_pointer()
688 if (control->tail_mbuf == NULL) { in sctp_add_to_tail_pointer()
695 control->tail_mbuf->m_next = m; in sctp_add_to_tail_pointer()
701 control->tail_mbuf->m_next = sctp_m_free(m); in sctp_add_to_tail_pointer()
702 m = control->tail_mbuf->m_next; in sctp_add_to_tail_pointer()
708 control->tail_mbuf = prev; in sctp_add_to_tail_pointer()
725 control->tail_mbuf = prev; in sctp_add_to_tail_pointer()
2098 control->tail_mbuf = NULL; in sctp_process_a_data_chunk()
2102 control->tail_mbuf = mm; in sctp_process_a_data_chunk()
H A Dsctp_output.c6370 sp->tail_mbuf = NULL; in sctp_msg_append()
6380 sp->tail_mbuf = at; in sctp_msg_append()
7250 sp->tail_mbuf = NULL; in sctp_move_to_outqueue()
7357 chk->last_mbuf = sp->tail_mbuf; in sctp_move_to_outqueue()
7359 sp->data = sp->tail_mbuf = NULL; in sctp_move_to_outqueue()
7385 if (sp->tail_mbuf == m) { in sctp_move_to_outqueue()
12314 sp->tail_mbuf = m_last(sp->data); in sctp_copy_one()
12379 sp->data = sp->tail_mbuf = NULL; in sctp_copy_it_in()
13220 if (sp->tail_mbuf) { in sctp_lower_sosend()
13223 sp->tail_mbuf = new_tail; in sctp_lower_sosend()
[all …]
H A Dsctp_auth.c1761 control->tail_mbuf = m_notify; in sctp_notify_authentication()
H A Dsctp_pcb.c4940 sp->tail_mbuf = NULL; in sctp_free_assoc()