Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_indata.h66 (_ctl)->tail_mbuf = NULL; \
HDsctputil.c2681 control->tail_mbuf = m_notify; in sctp_notify_assoc_change()
2832 control->tail_mbuf = m_notify; in sctp_notify_peer_addr_change()
3099 control->tail_mbuf = m_notify; in sctp_notify_adaptation_layer()
3155 control->tail_mbuf = m_notify; in sctp_notify_partial_delivery_indication()
3264 control->tail_mbuf = m_notify; in sctp_notify_shutdown_event()
3315 control->tail_mbuf = m_notify; in sctp_notify_sender_dry_event()
3371 control->tail_mbuf = m_notify; in sctp_notify_stream_reset_add()
3421 control->tail_mbuf = m_notify; in sctp_notify_stream_reset_tsn()
3486 control->tail_mbuf = m_notify; in sctp_notify_stream_reset()
3539 control->tail_mbuf = m_notify; in sctp_notify_remote_error()
[all …]
HDsctp_structs.h473 struct mbuf *tail_mbuf; /* used for multi-part data */ member
506 struct mbuf *tail_mbuf; member
HDsctp_output.c6326 sp->tail_mbuf = NULL; in sctp_msg_append()
6336 sp->tail_mbuf = at; in sctp_msg_append()
7217 sp->tail_mbuf = NULL; in sctp_move_to_outqueue()
7329 chk->last_mbuf = sp->tail_mbuf; in sctp_move_to_outqueue()
7331 sp->data = sp->tail_mbuf = NULL; in sctp_move_to_outqueue()
7357 if (sp->tail_mbuf == m) { in sctp_move_to_outqueue()
7367 sp->tail_mbuf = sp->data = NULL; in sctp_move_to_outqueue()
7423 sp->tail_mbuf = chk->last_mbuf; in sctp_move_to_outqueue()
12022 sp->tail_mbuf = m_last(sp->data); in sctp_copy_one()
12087 sp->data = sp->tail_mbuf = NULL; in sctp_copy_it_in()
[all …]
HDsctp_indata.c148 read_queue_e->tail_mbuf = NULL; in sctp_build_readq_entry()
188 read_queue_e->tail_mbuf = NULL; in sctp_build_readq_entry_chk()
459 if ((stcb->asoc.control_pdapi == NULL) || (stcb->asoc.control_pdapi->tail_mbuf == NULL)) { in sctp_service_reassembly()
465 if ((stcb->asoc.control_pdapi == NULL) || (stcb->asoc.control_pdapi->tail_mbuf == NULL)) { in sctp_service_reassembly()
HDsctp_auth.c1801 control->tail_mbuf = m_notify; in sctp_notify_authentication()
HDsctp_pcb.c4938 sp->tail_mbuf = NULL; in sctp_free_assoc()