Home
last modified time | relevance | path

Searched refs:IPTOS_ECN_CE (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_ecn.c213 case (IPTOS_ECN_CE): in tcp_ecn_input_syn_sent()
279 case (IPTOS_ECN_CE): in tcp_ecn_input_parallel_syn()
298 case IPTOS_ECN_CE: in tcp_ecn_input_segment()
311 if ((iptos & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in tcp_ecn_input_segment()
361 if ((iptos & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in tcp_ecn_input_segment()
500 case IPTOS_ECN_CE: in tcp_ecn_syncache_add()
524 case IPTOS_ECN_CE: in tcp_ecn_syncache_add()
545 case IPTOS_ECN_CE: in tcp_ecn_syncache_add()
H A Dip_ecn.c160 if (((*inner & IPTOS_ECN_MASK) == IPTOS_ECN_CE) || in ip_ecn_egress()
170 if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) { in ip_ecn_egress()
175 *inner |= IPTOS_ECN_CE; in ip_ecn_egress()
188 if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in ip_ecn_egress()
H A Dip.h132 #define IPTOS_ECN_CE 0x03 /* congestion experienced */ macro
H A Dip_reass.c378 if (ecn == IPTOS_ECN_CE) { in ip_reass()
381 if (ecn0 != IPTOS_ECN_CE) in ip_reass()
382 GETIP(fp->ipq_frags)->ip_tos |= IPTOS_ECN_CE; in ip_reass()
H A Dtcp_input.c523 case IPTOS_ECN_CE: in cc_ecnpkt_handler_flags()
/freebsd/sys/net/altq/
H A Daltq_red.c473 if ((ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in mark_ecn()
481 ip->ip_tos |= IPTOS_ECN_CE; in mark_ecn()
507 (IPTOS_ECN_CE << 20)) in mark_ecn()
512 flowlabel |= (IPTOS_ECN_CE << 20); in mark_ecn()
/freebsd/sys/netinet6/
H A Dfrag6.c736 if (ecn == IPTOS_ECN_CE) { in frag6_input()
741 if (ecn0 != IPTOS_ECN_CE) in frag6_input()
742 q6->ip6q_ecn = IPTOS_ECN_CE; in frag6_input()
860 if (q6->ip6q_ecn == IPTOS_ECN_CE) in frag6_input()
861 ip6->ip6_flow |= htonl(IPTOS_ECN_CE << 20); in frag6_input()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_io.c436 if ((ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in ecn_mark()
444 ip->ip_tos |= IPTOS_ECN_CE; in ecn_mark()
461 (IPTOS_ECN_CE << 20)) in ecn_mark()
466 flowlabel |= (IPTOS_ECN_CE << 20); in ecn_mark()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c982 case IPTOS_ECN_CE: in main()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1070 case IPTOS_ECN_CE: in main()
/freebsd/sbin/ipfw/
H A Dipfw2.c165 { "congestion", IPTOS_ECN_CE},