Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Ddst.h188 #define DST_FEATURE_ECN_MASK (DST_FEATURE_ECN_CA | RTAX_FEATURE_ECN) macro
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c6663 ecn_ok_dst = dst_feature(dst, DST_FEATURE_ECN_MASK); in tcp_ecn_create_request()