Home
last modified time | relevance | path

Searched refs:leftover_highbyte (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.c663 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()
[all …]