Home
last modified time | relevance | path

Searched refs:IPH_ECN_CE (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/stand/lib/inet/
H A Dipv4_impl.h73 #define IPH_ECN_CE 0x3 /* ECN-Congestion Experienced (CE) */ macro
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c3182 if ((tos & IPH_ECN_CE) == IPH_ECN_CE) { in tcp_input_data()
3188 if ((vcf & htonl(IPH_ECN_CE << 20)) == in tcp_input_data()
3189 htonl(IPH_ECN_CE << 20)) { in tcp_input_data()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6.c3714 if (ecn_info == IPH_ECN_CE) in ip_input_fragment_v6()
3715 ipf->ipf_ecn = IPH_ECN_CE; in ip_input_fragment_v6()
H A Dip.c7333 if (ecn_info == IPH_ECN_CE) in ip_input_fragment()
7334 ipf->ipf_ecn = IPH_ECN_CE; in ip_input_fragment()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h454 #define IPH_ECN_CE 0x3 /* ECN-Congestion Experienced (CE) */ macro
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp.c3163 if ((tos & IPH_ECN_CE) == IPH_ECN_CE) { in tcp_rput_data()