Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Ddst.h190 #define DST_FEATURE_ECN_MASK (DST_FEATURE_ECN_CA | RTAX_FEATURE_ECN) macro
/Linux-v6.1/net/ipv4/
Dtcp_input.c6749 ecn_ok_dst = dst_feature(dst, DST_FEATURE_ECN_MASK); in tcp_ecn_create_request()