Lines Matching refs:leftover_lowbyte
664 u8 leftover_lowbyte = TCPOPT_NOP; /* replace 2nd NOP in succession */ in tcp_options_write() local
727 leftover_lowbyte = TCPOPT_NOP; in tcp_options_write()
730 leftover_lowbyte = len; in tcp_options_write()
752 (leftover_lowbyte << 16) | in tcp_options_write()
756 leftover_lowbyte = TCPOPT_NOP; in tcp_options_write()
767 leftover_lowbyte == TCPOPT_NOP)) { in tcp_options_write()
783 (leftover_lowbyte << 16) | in tcp_options_write()
788 leftover_lowbyte = TCPOPT_NOP; in tcp_options_write()
798 leftover_lowbyte != TCPOPT_NOP)) { in tcp_options_write()
800 (leftover_lowbyte << 16) | in tcp_options_write()
804 leftover_lowbyte = TCPOPT_NOP; in tcp_options_write()