MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sctp_m_free

Function sctp_m_free

freebsd/netinet/sctputil.c:6418–6425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6416
6417#ifdef SCTP_MBUF_LOGGING
6418struct mbuf *
6419sctp_m_free(struct mbuf *m)
6420{
6421 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_MBUF_LOGGING_ENABLE) {
6422 sctp_log_mb(m, SCTP_MBUF_IFREE);
6423 }
6424 return (m_free(m));
6425}
6426
6427void
6428sctp_m_freem(struct mbuf *mb)

Callers 7

sctp_move_to_outqueueFunction · 0.85
sctp_add_to_readqFunction · 0.85
sctp_sorecvmsgFunction · 0.85
sctp_m_freemFunction · 0.85
sctp_inpcb_freeFunction · 0.85
sctp_setup_tail_pointerFunction · 0.85
sctp_add_to_tail_pointerFunction · 0.85

Calls 2

sctp_log_mbFunction · 0.85
m_freeFunction · 0.50

Tested by

no test coverage detected