Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/
Dkttcp.c427 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in kttcp_soreceive()
507 if (type == MT_OOBDATA) in kttcp_soreceive()
522 if (m->m_type == MT_OOBDATA) { in kttcp_soreceive()
523 if (type != MT_OOBDATA) in kttcp_soreceive()
525 } else if (type == MT_OOBDATA) in kttcp_soreceive()
/netbsd/src/sys/net/
Dif_gre.c645 if (type == MT_OOBDATA) in gre_soreceive()
656 if (m->m_type == MT_OOBDATA) { in gre_soreceive()
657 if (type != MT_OOBDATA) in gre_soreceive()
659 } else if (type == MT_OOBDATA) in gre_soreceive()
/netbsd/src/usr.bin/netstat/
Dmbuf.c70 { MT_OOBDATA, "oob data" },
/netbsd/src/sys/kern/
Duipc_socket.c1263 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in soreceive()
1440 if (type == MT_OOBDATA) in soreceive()
1453 if (m->m_type == MT_OOBDATA) { in soreceive()
1454 if (type != MT_OOBDATA) in soreceive()
1456 } else if (type == MT_OOBDATA) { in soreceive()
Duipc_socket2.c989 case MT_OOBDATA: in sbinsertoob()
/netbsd/src/sys/sys/
Dmbuf.h393 #define MT_OOBDATA 7 /* expedited data */ macro