Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Ddst.h204 #define DST_FEATURE_ECN_MASK (DST_FEATURE_ECN_CA | RTAX_FEATURE_ECN) macro
/openbmc/linux/net/ipv4/
H A Dtcp_input.c6910 ecn_ok_dst = dst_feature(dst, DST_FEATURE_ECN_MASK); in tcp_ecn_create_request()