Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dmbuf.h713 #define MTAG_ABI_COMPAT 0 /* compatibility ABI */ macro
724 return m_tag_alloc(MTAG_ABI_COMPAT, type, length, mflags); in m_tag_get()
730 return m_tag_locate(m, MTAG_ABI_COMPAT, type, start); in m_tag_find()