Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dtcp.h983 #define TCPHDR_AE BIT(8) macro
986 TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)
990 #define TCPHDR_ACE (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)
/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c2068 (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)) ||