Searched refs:leftover_lowbyte (Results 1 – 1 of 1) sorted by relevance
664 u8 leftover_lowbyte = TCPOPT_NOP; /* replace 2nd NOP in succession */ in tcp_options_write() local727 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()[all …]