Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h73 #define IPH_ECN_CE 0x3 /* ECN-Congestion Experienced (CE) */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c3325 if ((tos & IPH_ECN_CE) == IPH_ECN_CE) { in tcp_input_data()
3331 if ((vcf & htonl(IPH_ECN_CE << 20)) == in tcp_input_data()
3332 htonl(IPH_ECN_CE << 20)) { in tcp_input_data()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3613 if (ecn_info == IPH_ECN_CE) in ip_input_fragment_v6()
3614 ipf->ipf_ecn = IPH_ECN_CE; in ip_input_fragment_v6()
H A Dip.c7366 if (ecn_info == IPH_ECN_CE) in ip_input_fragment()
7367 ipf->ipf_ecn = IPH_ECN_CE; in ip_input_fragment()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h455 #define IPH_ECN_CE 0x3 /* ECN-Congestion Experienced (CE) */ macro
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c3162 if ((tos & IPH_ECN_CE) == IPH_ECN_CE) { in tcp_rput_data()