Searched refs:leftover_lowbyte (Results 1 – 1 of 1) sorted by relevance
659 u8 leftover_lowbyte = TCPOPT_NOP; /* replace 2nd NOP in succession */ in tcp_options_write() local722 leftover_lowbyte = TCPOPT_NOP; in tcp_options_write()725 leftover_lowbyte = len; in tcp_options_write()747 (leftover_lowbyte << 16) | in tcp_options_write()751 leftover_lowbyte = TCPOPT_NOP; in tcp_options_write()762 leftover_lowbyte == TCPOPT_NOP)) { in tcp_options_write()778 (leftover_lowbyte << 16) | in tcp_options_write()783 leftover_lowbyte = TCPOPT_NOP; in tcp_options_write()793 leftover_lowbyte != TCPOPT_NOP)) { in tcp_options_write()795 (leftover_lowbyte << 16) | in tcp_options_write()[all …]