Searched refs:MT_OOBDATA (Results 1 – 6 of 6) sorted by relevance
427 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()
645 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()
70 { MT_OOBDATA, "oob data" },
1263 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()
989 case MT_OOBDATA: in sbinsertoob()
393 #define MT_OOBDATA 7 /* expedited data */ macro