Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Ddst.h188 #define DST_FEATURE_ECN_MASK (DST_FEATURE_ECN_CA | RTAX_FEATURE_ECN) macro
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_input.c6661 ecn_ok_dst = dst_feature(dst, DST_FEATURE_ECN_MASK); in tcp_ecn_create_request()