Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctputil.h289 sctp_log_mbc(struct mbuf *m, int from);
H A Dsctp_output.c3830 sctp_log_mbc(copy_init, SCTP_MBUF_ICOPY); in sctp_add_cookie()
3842 sctp_log_mbc(copy_initack, SCTP_MBUF_ICOPY); in sctp_add_cookie()
6597 sctp_log_mbc(appendchain, SCTP_MBUF_ICOPY); in sctp_copy_mbufchain()
6687 sctp_log_mbc(m, SCTP_MBUF_ICOPY); in sctp_sendall_iterator()
7427 sctp_log_mbc(chk->data, SCTP_MBUF_ICOPY); in sctp_move_to_outqueue()
9068 sctp_log_mbc(cookie, SCTP_MBUF_ICOPY); in sctp_send_cookie_echo()
9128 sctp_log_mbc(outchain, SCTP_MBUF_ICOPY); in sctp_send_heartbeat_ack()
9424 sctp_log_mbc(m_ack, SCTP_MBUF_ICOPY); in sctp_send_asconf_ack()
H A Dsctp_input.c2308 sctp_log_mbc(m_sig, SCTP_MBUF_SPLIT); in sctp_handle_cookie_echo()
5206 sctp_log_mbc(SCTP_BUF_NEXT(op_err), SCTP_MBUF_ICOPY); in sctp_process_control()
5727 sctp_log_mbc(m, SCTP_MBUF_INPUT); in sctp_input_with_port()
H A Dsctp_indata.c2029 sctp_log_mbc(dmbuf, SCTP_MBUF_ICOPY); in sctp_process_a_data_chunk()
H A Dsctputil.c270 sctp_log_mbc(struct mbuf *m, int from) in sctp_log_mbc() function
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c83 sctp_log_mbc(m, SCTP_MBUF_INPUT); in sctp6_input_with_port()