Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
HDmbufs.c58 { MT_OOBDATA, "oobdata"}
/dragonfly/usr.bin/netstat/
HDmbuf.c53 { MT_OOBDATA, "oob data" },
/dragonfly/sys/kern/
HDuipc_socket.c1371 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in soreceive()
1457 if (type == MT_OOBDATA) in soreceive()
1467 if (m->m_type == MT_OOBDATA) { in soreceive()
1468 if (type != MT_OOBDATA) in soreceive()
1470 } else if (type == MT_OOBDATA) { in soreceive()
/dragonfly/sys/sys/
HDmbuf.h334 #define MT_OOBDATA 6 /* expedited data */ macro