Home
last modified time | relevance | path

Searched refs:TH_CWR (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/sys/netinet/
H A Dtcp_ecn.c151 case (0|TH_CWR|0): in tcp_ecn_input_syn_sent()
167 case (0|TH_CWR|TH_ECE): in tcp_ecn_input_syn_sent()
175 case (TH_AE|TH_CWR|0): in tcp_ecn_input_syn_sent()
229 if ((thflags & (TH_CWR | TH_ECE)) == (TH_CWR | TH_ECE)) { in tcp_ecn_input_parallel_syn()
244 case (0|TH_CWR|TH_ECE): in tcp_ecn_input_parallel_syn()
345 if (thflags & TH_CWR) { in tcp_ecn_input_segment()
376 thflags = TH_ECE|TH_CWR; in tcp_ecn_output_syn_sent()
427 *thflags |= TH_CWR; in tcp_ecn_output_established()
445 *thflags |= TH_CWR; in tcp_ecn_output_established()
514 case (0|TH_CWR|TH_ECE): in tcp_ecn_syncache_add()
[all …]
H A Dtcp.h72 #define TH_CWR 0x80 macro
77 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECE|TH_CWR)
H A Dtcp_lro_hpts.c129 if ((tcp_get_flags(th) & ~(TH_ACK | TH_PUSH | TH_ECE | TH_CWR)) != 0) in tcp_lro_ack_valid()
H A Dtcp_input.c532 if (flags & TH_CWR) in cc_ecnpkt_handler_flags()
/freebsd-14.2/sbin/ipf/libipf/
H A Dflags.c18 #ifndef TH_CWR
19 # define TH_CWR 0x80 macro
24 TH_ECN, TH_CWR };
H A Dtcpflags.c19 #ifndef TH_CWR
20 # define TH_CWR 0x80 macro
34 tcpf |= TH_CWR; in tcpflags()
H A Dtcp_flags.c40 tcpfm = 0xff & ~(TH_ECN|TH_CWR); in tcp_flags()
H A Dprintpacket.c101 if (tcp->th_flags & TH_CWR) in printpacket()
H A Dipft_tx.c29 TH_ACK, TH_URG, TH_ECN, TH_CWR };
/freebsd-14.2/contrib/tcpdump/
H A Dtcp.h62 #define TH_CWR 0x80 /* ECN Cwnd Reduced */ macro
H A Dprint-tcp.c112 { TH_CWR, "W" },
/freebsd-14.2/cddl/lib/libdtrace/
H A Dtcp.d97 #pragma D binding "1.6.3" TH_CWR
98 inline uint8_t TH_CWR = 0x80; variable
332 flags & TH_CWR ? "CWR" :
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h707 TH_ECN|TH_CWR)
1136 #ifndef TH_CWR
1137 # define TH_CWR 0x80 macro
1139 #define TH_ECNALL (TH_ECN|TH_CWR)
H A Dip_state.c4029 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) { in ipf_tcp_age()
4079 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) == in ipf_tcp_age()
/freebsd-14.2/sys/dev/virtio/network/
H A Dvirtio_net.h484 if (tcp->th_flags & TH_CWR) { in virtio_net_tx_offload_tso()
H A Dif_vtnet.c2450 if (__predict_false(tcp->th_flags & TH_CWR)) { in vtnet_txq_offload_tso()
/freebsd-14.2/sbin/ipf/ipmon/
H A Dipmon.c84 { TH_CWR, 'C' },
/freebsd-14.2/sys/netpfil/pf/
H A Dpf.c2699 if (f & TH_CWR) in pf_print_flags()