Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_output.c714 *ptr++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | in tcp_options_write()
719 *ptr++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | in tcp_options_write()
724 leftover_highbyte = TCPOPT_ACCECN1; in tcp_options_write()
727 *ptr++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | in tcp_options_write()
H A Dtcp_input.c428 if (WARN_ON_ONCE(ptr[0] != TCPOPT_ACCECN0 && ptr[0] != TCPOPT_ACCECN1)) in tcp_accecn_process_option()
430 order1 = (ptr[0] == TCPOPT_ACCECN1); in tcp_accecn_process_option()
4669 case TCPOPT_ACCECN1: in tcp_parse_options()
/linux/include/net/
H A Dtcp.h219 #define TCPOPT_ACCECN1 174 /* 0xAE: Accurate ECN Order 1 */ macro