HomeSort by: relevance | last modified time | path
    Searched defs:m_tmp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 3250 struct mbuf *m, *m_at, *m_tmp, *m_cookie, *op_err, *m_last; local in function:sctp_send_initiate_ack
3808 for (m_tmp = m; m_tmp; m_tmp = m_tmp->m_next) {
3809 m->m_pkthdr.len += m_tmp->m_len;
3810 if (m_tmp->m_next == NULL) {
3811 /* m_tmp should now point to last one */
3847 m_tmp->m_next = m_cookie;
9025 struct mbuf *m_tmp = err_cause local in function:sctp_send_abort
    [all...]

Completed in 16 milliseconds