Searched refs:MSGMARKNEXT (Results 1 – 5 of 5) sorted by relevance
1258 mark = bp->b_flag & (MSGMARK | MSGMARKNEXT | MSGNOTMARKNEXT); in strread()1259 ASSERT((mark & (MSGMARKNEXT|MSGNOTMARKNEXT)) != in strread()1260 (MSGMARKNEXT|MSGNOTMARKNEXT)); in strread()1347 (MSGMARKNEXT|MSGNOTMARKNEXT|MSGMARK)) { in strread()1348 if (mark & MSGMARKNEXT) { in strread()1597 if (bp->b_flag & MSGMARKNEXT) { in strrput()1604 q->q_last->b_flag |= MSGMARKNEXT; in strrput()1616 q->q_last->b_flag &= ~MSGMARKNEXT; in strrput()1666 !(lbp->b_flag & (MSGDELIM|MSGMARK|MSGMARKNEXT))) { in strrput()1683 if (bp->b_flag & MSGMARKNEXT) { in strrput()[all …]
417 #define MSGMARKNEXT 0x10 /* Private: first byte of next msg marked */ macro
3123 mp1->b_flag |= MSGMARKNEXT; in tcp_input_data()3563 MSGMARKNEXT; in tcp_input_data()3625 MSGMARKNEXT; in tcp_input_data()4748 mp->b_flag |= MSGMARKNEXT; in tcp_input_data()4899 ((mp1->b_flag & MSGMARKNEXT) ? "MSGMARKNEXT" : in tcp_input_data()
173 { SF(MSGMARKNEXT), "Private: b_next's first byte marked" },
2178 mp->b_flag = atmark ? MSGMARKNEXT : MSGNOTMARKNEXT; in so_quiesced_cb()