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.c658 u8 leftover_highbyte = TCPOPT_NOP; /* replace 1st NOP if avail */ in tcp_options_write() local
721 leftover_highbyte = e1b & 0xff; in tcp_options_write()
724 leftover_highbyte = TCPOPT_ACCECN1; in tcp_options_write()
746 *ptr++ = htonl((leftover_highbyte << 24) | in tcp_options_write()
750 leftover_highbyte = TCPOPT_NOP; in tcp_options_write()
761 if (unlikely(leftover_highbyte != TCPOPT_NOP && in tcp_options_write()
763 highbyte = leftover_highbyte; in tcp_options_write()
764 leftover_highbyte = TCPOPT_NOP; in tcp_options_write()
777 *ptr++ = htonl((leftover_highbyte << 24) | in tcp_options_write()
782 leftover_highbyte = TCPOPT_NOP; in tcp_options_write()
[all …]