Lines Matching defs:urgent
205 tcp_wput_data(tcp_t *tcp, mblk_t *mp, boolean_t urgent)
341 if (urgent)
447 /* usable = MAX(usable, {1 for urgent, 0 for data}) */
467 * 4. Urgent pointer is not set. Send urgent data ignoring the
468 * Nagle algorithm. This reduces the probability that urgent
657 /* TODO: How should flush interact with urgent data? */
698 * thing. For another, how should urgent data interact?
1400 * Try to force urgent data out on the wire. Even if we have unsent
1401 * data this will at least send the urgent flag.
3160 * Need to do urgent pointer processing.