Home
last modified time | relevance | path

Searched refs:m_act (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dif.h199 (m)->m_act = 0; \
203 (ifq)->ifq_tail->m_act = m; \
208 (m)->m_act = (ifq)->ifq_head; \
233 if (((ifq)->ifq_head = (m)->m_act) == 0) \
235 (m)->m_act = 0; \
244 if (((ifq)->ifq_head = (m)->m_act) == 0) \
246 (m)->m_act = 0; \
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h153 #define m_act m_nextpkt macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1814 #if (BSD >= 199306) && !defined(m_act)
1815 # define m_act m_nextpkt macro