Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp_ecn.h449 if (WARN_ON_ONCE(ptr[0] != TCPOPT_ACCECN0 && ptr[0] != TCPOPT_ACCECN1)) in tcp_accecn_option_init()
H A Dtcp.h221 #define TCPOPT_ACCECN1 174 /* 0xAE: Accurate ECN Order 1 */ macro
/linux/net/ipv4/
H A Dtcp_output.c719 *ptr++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | in tcp_options_write()
724 *ptr++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | in tcp_options_write()
729 leftover_highbyte = TCPOPT_ACCECN1; in tcp_options_write()
732 *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()
4633 case TCPOPT_ACCECN1: in tcp_parse_options()