Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_output.c3828 sctp_m_freem(mret); in sctp_add_cookie()
3845 sctp_m_freem(mret); in sctp_add_cookie()
3846 sctp_m_freem(copy_init); in sctp_add_cookie()
3896 sctp_m_freem(mret); in sctp_add_cookie()
4032 sctp_m_freem(m); in sctp_lowlevel_chunk_output()
4068 sctp_m_freem(m); in sctp_lowlevel_chunk_output()
4156 sctp_m_freem(m); in sctp_lowlevel_chunk_output()
4171 sctp_m_freem(m); in sctp_lowlevel_chunk_output()
4185 sctp_m_freem(m); in sctp_lowlevel_chunk_output()
4222 sctp_m_freem(m); in sctp_lowlevel_chunk_output()
[all …]
Dsctputil.h51 void sctp_m_freem(struct mbuf *m);
55 #define sctp_m_freem m_freem macro
Dsctputil.c2671 sctp_m_freem(m_notify); in sctp_notify_assoc_change()
2795 sctp_m_freem(m_notify); in sctp_notify_peer_addr_change()
2904 sctp_m_freem(m_notify); in sctp_notify_send_failed()
2913 sctp_m_freem(m_notify); in sctp_notify_send_failed()
3008 sctp_m_freem(m_notify); in sctp_notify_send_failed2()
3017 sctp_m_freem(m_notify); in sctp_notify_send_failed2()
3062 sctp_m_freem(m_notify); in sctp_notify_adaptation_layer()
3118 sctp_m_freem(m_notify); in sctp_notify_partial_delivery_indication()
3227 sctp_m_freem(m_notify); in sctp_notify_shutdown_event()
3278 sctp_m_freem(m_notify); in sctp_notify_sender_dry_event()
[all …]
Dsctp_indata.c396 sctp_m_freem(chk->data); in sctp_service_reassembly()
693 sctp_m_freem(control->data); in sctp_queue_data_to_stream()
952 sctp_m_freem(chk->data); in sctp_queue_data_for_reasm()
1658 sctp_m_freem(dmbuf); in sctp_process_a_data_chunk()
1687 sctp_m_freem(dmbuf); in sctp_process_a_data_chunk()
1711 sctp_m_freem(control->data); in sctp_process_a_data_chunk()
1730 sctp_m_freem(control->data); in sctp_process_a_data_chunk()
1759 sctp_m_freem(control->data); in sctp_process_a_data_chunk()
2350 sctp_m_freem(*mm); in sctp_process_data()
2508 sctp_m_freem(merr); in sctp_process_data()
[all …]
Dsctp_asconf.c131 sctp_m_freem(m_reply); /* discard */ in sctp_asconf_error_response()
648 sctp_m_freem(ack->data); in sctp_handle_asconf()
704 sctp_m_freem(m_ack); in sctp_handle_asconf()
711 sctp_m_freem(m_ack); in sctp_handle_asconf()
716 sctp_m_freem(m_ack); in sctp_handle_asconf()
722 sctp_m_freem(m_ack); in sctp_handle_asconf()
804 sctp_m_freem(m_ack); in sctp_handle_asconf()
2619 sctp_m_freem(m_asconf_chk); in sctp_compose_asconf()
Dsctp_pcb.c3345 sctp_m_freem(inp->control); in sctp_inpcb_free()
3349 sctp_m_freem(inp->pkt); in sctp_inpcb_free()
3629 sctp_m_freem(sq->data); in sctp_inpcb_free()
4933 sctp_m_freem(sp->data); in sctp_free_assoc()
4954 sctp_m_freem(sq->data); in sctp_free_assoc()
4968 sctp_m_freem(chk->data); in sctp_free_assoc()
4996 sctp_m_freem(chk->data); in sctp_free_assoc()
5029 sctp_m_freem(chk->data); in sctp_free_assoc()
5051 sctp_m_freem(chk->data); in sctp_free_assoc()
5065 sctp_m_freem(chk->data); in sctp_free_assoc()
[all …]
Dsctp_bsd_addr.c400 sctp_m_freem(SCTP_BUF_NEXT(m)); in sctp_get_mbuf_for_msg()
Dsctp_input.c266 sctp_m_freem(sp->data); in sctp_is_there_unsent_data()
330 sctp_m_freem(chk->data); in sctp_process_init()
347 sctp_m_freem(sp->data); in sctp_process_init()
389 sctp_m_freem(ctl->data); in sctp_process_init()
2493 sctp_m_freem(m_sig); in sctp_handle_cookie_echo()
3141 sctp_m_freem(chk->data); in sctp_handle_ecn_cwr()
3561 sctp_m_freem(chk->data); in sctp_clean_up_stream_reset()
4086 sctp_m_freem(chk->data); in sctp_handle_stream_reset()
5512 sctp_m_freem(mm); in sctp_process_control()
5528 sctp_m_freem(mm); in sctp_process_control()
[all …]
Dsctp_os_bsd.h365 #define SCTP_RELEASE_PKT(m) sctp_m_freem(m)
Dsctp_usrreq.c642 sctp_m_freem(control); in sctp_sendm()
646 sctp_m_freem(m); in sctp_sendm()
657 sctp_m_freem(m); in sctp_sendm()
659 sctp_m_freem(control); in sctp_sendm()
668 sctp_m_freem(m); in sctp_sendm()
670 sctp_m_freem(control); in sctp_sendm()
682 sctp_m_freem(inp->control); in sctp_sendm()
Dsctp_timer.c444 sctp_m_freem(chk->data); in sctp_recover_sent_list()
Dsctp_auth.c1810 sctp_m_freem(m_notify); in sctp_notify_authentication()
/freebsd-9-stable/sys/netinet6/
Dsctp6_usrreq.c191 sctp_m_freem(m); in sctp6_input_with_port()