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

  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 1089 struct mbuf *m_last = m; local in function:bcmeth_rxq_consume
1098 m_last = m_last->m_next;
1104 if ((rxq->rxq_mhead = m_last->m_next) == NULL)
1106 m_last->m_next = NULL;
1143 m_last->m_len = framelen & (MCLBYTES - 1);
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 1662 struct mbuf *m_last = rxq->rxq_mconsumer; local in function:pq3etsec_rxq_consume
1663 if ((rxq->rxq_mhead = m_last->m_next) == NULL)
1666 m_last->m_next = NULL;
1667 m_last->m_len = rxbd_len & (MCLBYTES - 1);
  /src/sys/netinet/
sctp_output.c 2568 struct mbuf *m, *m_at, *m_last; local in function:sctp_send_initiate
2580 m_last = NULL;
2847 m_last = m_at;
2862 if ((padval) && (m_last)) {
2863 /* The compiler worries that m_last may not be
2865 * however we add m_last here just in case.
2867 ret = sctp_add_pad_tombuf(m_last, (4-padval));
3250 struct mbuf *m, *m_at, *m_tmp, *m_cookie, *op_err, *m_last; local in function:sctp_send_initiate_ack
3275 m_last = NULL;
3854 if ((padval) && (m_last)) {
    [all...]

Completed in 19 milliseconds