Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/net/
H A Dif.h110 (m)->m_act = 0; \
114 (ifq)->ifq_tail->m_act = m; \
119 (m)->m_act = (ifq)->ifq_head; \
143 if (((ifq)->ifq_head = (m)->m_act) == 0) \
145 (m)->m_act = 0; \
154 if (((ifq)->ifq_head = (m)->m_act) == 0) \
156 (m)->m_act = 0; \
/titanic_41/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; \
/titanic_41/usr/src/uts/common/smbsrv/
H A Dmbuf.h152 #define m_act m_nextpkt macro
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1809 #if (BSD >= 199306) && !defined(m_act)
1810 # define m_act m_nextpkt macro