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

  /src/usr.sbin/npf/npftest/libnpftest/
npf_test.h 63 void * m_next; member in struct:mbuf
  /src/sys/sys/
mbuf.h 301 #define m_next m_hdr.mh_next macro
636 * m_next is ignored, so queueing chains of mbufs is possible
821 for (m0 = m; m0 != NULL; m0 = m0->m_next)
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 397 # undef m_next
398 # define m_next mb_next macro
638 (m)->m_next = _o; \

Completed in 29 milliseconds