Home
last modified time | relevance | path

Searched refs:sctp_m_freem (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_output.c4005 sctp_m_freem(m); in sctp_lowlevel_chunk_output()
4042 sctp_m_freem(m); in sctp_lowlevel_chunk_output()
4186 sctp_m_freem(m); in sctp_lowlevel_chunk_output()
4610 sctp_m_freem(m); in sctp_lowlevel_chunk_output()
4878 sctp_m_freem(m); in sctp_send_initiate()
5853 sctp_m_freem(m); in sctp_send_initiate_ack()
6059 sctp_m_freem(m); in sctp_send_initiate_ack()
6069 sctp_m_freem(m); in sctp_send_initiate_ack()
6104 sctp_m_freem(m); in sctp_send_initiate_ack()
6405 sctp_m_freem(m); in sctp_msg_append()
[all …]
H A Dsctputil.h52 void sctp_m_freem(struct mbuf *m);
55 #define sctp_m_freem m_freem macro
H A Dsctp_asconf.c665 sctp_m_freem(ack->data); in sctp_handle_asconf()
696 sctp_m_freem(m_ack); in sctp_handle_asconf()
716 sctp_m_freem(m_ack); in sctp_handle_asconf()
723 sctp_m_freem(m_ack); in sctp_handle_asconf()
728 sctp_m_freem(m_ack); in sctp_handle_asconf()
735 sctp_m_freem(m_ack); in sctp_handle_asconf()
812 sctp_m_freem(m_ack); in sctp_handle_asconf()
2592 sctp_m_freem(m_asconf_chk); in sctp_compose_asconf()
2720 sctp_m_freem(m_asconf); in sctp_compose_asconf()
2730 sctp_m_freem(m_asconf_chk); in sctp_compose_asconf()
[all …]
H A Dsctputil.c3356 sctp_m_freem(m_notify); in sctp_notify_peer_addr_change()
3478 sctp_m_freem(m_notify); in sctp_notify_send_failed()
3487 sctp_m_freem(m_notify); in sctp_notify_send_failed()
3576 sctp_m_freem(m_notify); in sctp_notify_send_failed2()
3585 sctp_m_freem(m_notify); in sctp_notify_send_failed2()
3632 sctp_m_freem(m_notify); in sctp_notify_adaptation_layer()
3685 sctp_m_freem(m_notify); in sctp_notify_partial_delivery_indication()
3754 sctp_m_freem(m_notify); in sctp_notify_shutdown_event()
3802 sctp_m_freem(m_notify); in sctp_notify_sender_dry_event()
3848 sctp_m_freem(m_notify); in sctp_notify_stream_reset_add()
[all …]
H A Dsctp_pcb.c3350 sctp_m_freem(inp->pkt); in sctp_inpcb_free()
3606 sctp_m_freem(sq->data); in sctp_inpcb_free()
4642 sctp_m_freem(chk->data); in sctp_clean_up_stream()
4938 sctp_m_freem(sp->data); in sctp_free_assoc()
4959 sctp_m_freem(sq->data); in sctp_free_assoc()
4972 sctp_m_freem(chk->data); in sctp_free_assoc()
5000 sctp_m_freem(chk->data); in sctp_free_assoc()
5033 sctp_m_freem(chk->data); in sctp_free_assoc()
5055 sctp_m_freem(chk->data); in sctp_free_assoc()
5069 sctp_m_freem(chk->data); in sctp_free_assoc()
[all …]
H A Dsctp_input.c261 sctp_m_freem(sp->data); in sctp_is_there_unsent_data()
330 sctp_m_freem(chk->data); in sctp_process_init()
348 sctp_m_freem(sp->data); in sctp_process_init()
463 sctp_m_freem(op_err); in sctp_process_init_ack()
492 sctp_m_freem(op_err); in sctp_process_init_ack()
502 sctp_m_freem(op_err); in sctp_process_init_ack()
1886 sctp_m_freem(sq->data); in sctp_process_cookie_existing()
2398 sctp_m_freem(m_sig); in sctp_handle_cookie_echo()
3041 sctp_m_freem(chk->data); in sctp_handle_ecn_cwr()
3467 sctp_m_freem(chk->data); in sctp_clean_up_stream_reset()
[all …]
H A Dsctp_indata.c443 sctp_m_freem(chk->data); in sctp_abort_in_reasm()
462 sctp_m_freem(chk->data); in sctp_clean_up_control()
468 sctp_m_freem(control->data); in sctp_clean_up_control()
690 sctp_m_freem(control->data); in sctp_add_to_tail_pointer()
2160 sctp_m_freem(dmbuf); in sctp_process_a_data_chunk()
2702 sctp_m_freem(*mm); in sctp_process_data()
2882 sctp_m_freem(op_err); in sctp_process_data()
3152 sctp_m_freem(tp1->data); in sctp_process_segment_range()
4118 sctp_m_freem(tp1->data); in sctp_express_handle_sack()
4797 sctp_m_freem(tp1->data); in sctp_handle_sack()
[all …]
H A Dsctp_os_bsd.h342 #define SCTP_RELEASE_PKT(m) sctp_m_freem(m)
H A Dsctp_usrreq.c589 sctp_m_freem(control); in sctp_sendm()
593 sctp_m_freem(m); in sctp_sendm()
604 sctp_m_freem(m); in sctp_sendm()
606 sctp_m_freem(control); in sctp_sendm()
615 sctp_m_freem(m); in sctp_sendm()
617 sctp_m_freem(control); in sctp_sendm()
628 sctp_m_freem(inp->control); in sctp_sendm()
H A Dsctp_timer.c469 sctp_m_freem(chk->data); in sctp_recover_sent_list()
H A Dsctp_auth.c1755 sctp_m_freem(m_notify); in sctp_notify_authentication()
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c162 sctp_m_freem(m); in sctp6_input_with_port()