Searched refs:TH_ECE (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpfctl.h235 * For the systems which do not define TH_ECE and TW_CRW.
237 #ifndef TH_ECE
238 #define TH_ECE 0x40 macro
H A Dnpf_data.c481 case 'E': tfl |= TH_ECE; break;
H A Dnpf_show.c171 if (tfl & TH_ECE) buf[i++] = 'E';
/netbsd-current/sys/netinet/
H A Dtcp.h70 #define TH_ECE 0x40 /* ECN Echo */ macro
H A Dtcp_output.c1312 flags |= TH_ECE|TH_CWR;
1314 flags |= TH_ECE|TH_CWR;
1339 flags |= TH_ECE;
H A Dtcp_syncache.c1039 if ((th->th_flags & (TH_ECE|TH_CWR)) && tcp_do_ecn)
1264 th->th_flags |= TH_ECE;
H A Dtcp_input.c1754 if ((tiflags & TH_ECE) && SEQ_GEQ(tp->snd_una, tp->snd_recover))
1806 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ECE|TH_CWR|TH_ACK))
2071 if ((tiflags & TH_ECE) && tcp_do_ecn) {
/netbsd-current/usr.sbin/trpt/
H A Dtrpt.c492 pf(TH_ECE, "ECE");
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c828 if (tcp.th_flags & TH_ECE)
/netbsd-current/sys/dist/pf/net/
H A Dpf.c1315 if (f & TH_ECE)

Completed in 246 milliseconds