Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Ddst.h189 #define DST_FEATURE_ECN_MASK (DST_FEATURE_ECN_CA | RTAX_FEATURE_ECN) macro
/Linux-v5.4/net/ipv4/
Dtcp_input.c6412 ecn_ok_dst = dst_feature(dst, DST_FEATURE_ECN_MASK); in tcp_ecn_create_request()