Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDip_ecn.c108 if ((*inner & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in ip_ecn_ingress()
139 if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) { in ip_ecn_egress()
142 *inner |= IPTOS_ECN_CE; in ip_ecn_egress()
150 if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in ip_ecn_egress()
HDtcp_ecn.c209 case (IPTOS_ECN_CE): in tcp_ecn_input_syn_sent()
271 case (IPTOS_ECN_CE): in tcp_ecn_input_parallel_syn()
289 case IPTOS_ECN_CE: in tcp_ecn_input_segment()
302 if ((iptos & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in tcp_ecn_input_segment()
349 if ((iptos & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in tcp_ecn_input_segment()
498 case IPTOS_ECN_CE: in tcp_ecn_syncache_add()
522 case IPTOS_ECN_CE: in tcp_ecn_syncache_add()
543 case IPTOS_ECN_CE: in tcp_ecn_syncache_add()
HDip.h134 #define IPTOS_ECN_CE 0x03 /* congestion experienced */ macro
HDip_reass.c381 if (ecn == IPTOS_ECN_CE) { in ip_reass()
384 if (ecn0 != IPTOS_ECN_CE) in ip_reass()
385 GETIP(fp->ipq_frags)->ip_tos |= IPTOS_ECN_CE; in ip_reass()
HDtcp_input.c526 case IPTOS_ECN_CE: in cc_ecnpkt_handler_flags()
/freebsd-14-stable/sys/net/altq/
HDaltq_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-14-stable/sys/netinet6/
HDfrag6.c737 if (ecn == IPTOS_ECN_CE) { in frag6_input()
742 if (ecn0 != IPTOS_ECN_CE) in frag6_input()
743 q6->ip6q_ecn = IPTOS_ECN_CE; in frag6_input()
861 if (q6->ip6q_ecn == IPTOS_ECN_CE) in frag6_input()
862 ip6->ip6_flow |= htonl(IPTOS_ECN_CE << 20); in frag6_input()
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_dn_io.c432 if ((ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in ecn_mark()
440 ip->ip_tos |= IPTOS_ECN_CE; in ecn_mark()
457 (IPTOS_ECN_CE << 20)) in ecn_mark()
462 flowlabel |= (IPTOS_ECN_CE << 20); in ecn_mark()
/freebsd-14-stable/usr.sbin/traceroute6/
HDtraceroute6.c994 case IPTOS_ECN_CE: in main()
/freebsd-14-stable/contrib/traceroute/
HDtraceroute.c1143 case IPTOS_ECN_CE: in main()
/freebsd-14-stable/sbin/ipfw/
HDipfw2.c163 { "congestion", IPTOS_ECN_CE},