Lines Matching refs:leftover_highbyte
663 u8 leftover_highbyte = TCPOPT_NOP; /* replace 1st NOP if avail */ in tcp_options_write() local
726 leftover_highbyte = e1b & 0xff; in tcp_options_write()
729 leftover_highbyte = TCPOPT_ACCECN1; in tcp_options_write()
751 *ptr++ = htonl((leftover_highbyte << 24) | in tcp_options_write()
755 leftover_highbyte = TCPOPT_NOP; in tcp_options_write()
766 if (unlikely(leftover_highbyte != TCPOPT_NOP && in tcp_options_write()
768 highbyte = leftover_highbyte; in tcp_options_write()
769 leftover_highbyte = TCPOPT_NOP; in tcp_options_write()
782 *ptr++ = htonl((leftover_highbyte << 24) | in tcp_options_write()
787 leftover_highbyte = TCPOPT_NOP; in tcp_options_write()
797 } else if (unlikely(leftover_highbyte != TCPOPT_NOP || in tcp_options_write()
799 *ptr++ = htonl((leftover_highbyte << 24) | in tcp_options_write()
803 leftover_highbyte = TCPOPT_NOP; in tcp_options_write()