Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/netinet/
H A Dtcp.h70 #define TH_ECE 0x40 macro
/titanic_41/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpioflags.d60 printf("%s", args[4]->tcp_flags & TH_ECE ? "ECE|" : "");
H A Dtcpsnoop.d74 printf("%s", args[4]->tcp_flags & TH_ECE ? "ECE|" : "");
/titanic_41/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in36 SED_REPLACE(TH_ECE)
H A Dtcp.d.in40 inline int TH_ECE = @TH_ECE@; variable
41 #pragma D binding "1.6.3" TH_ECE
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c72 { TH_ECE, "ECE" },
173 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_ECE, in interpret_tcp()
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c1531 (tcph->th_flags[0] & (TH_ECE|TH_CWR)) == (TH_ECE|TH_CWR)) { in tcp_accept_comm()
2848 if ((flags & (TH_ECE|TH_CWR)) != TH_ECE) { in tcp_rput_data()
2856 flags &= ~(TH_ECE|TH_CWR); in tcp_rput_data()
3436 if (tcp->tcp_ecn_ok && (flags & TH_ECE)) { in tcp_rput_data()
3817 if (!tcp->tcp_ecn_ok || !(flags & TH_ECE)) { in tcp_rput_data()
5027 tcph->th_flags[0] |= TH_ECE; in tcp_wput_data()
5665 tcph->th_flags[0] |= TH_ECE; in tcp_ack_mp()
5831 flags |= TH_ECE; in tcp_xmit_mp()
5930 flags |= (TH_ECE | TH_CWR); in tcp_xmit_mp()
5962 flags |= TH_ECE; in tcp_xmit_mp()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c1671 (tcpha->tha_flags & (TH_ECE|TH_CWR)) == (TH_ECE|TH_CWR)) { in tcp_input_listener()
2168 tcpha->tha_flags |= TH_ECE; in tcp_ack_mp()
2580 if ((flags & (TH_ECE|TH_CWR)) != TH_ECE) { in tcp_input_data()
2588 flags &= ~(TH_ECE|TH_CWR); in tcp_input_data()
3886 if (tcp->tcp_ecn_ok && (flags & TH_ECE)) { in tcp_input_data()
4298 if (!tcp->tcp_ecn_ok || !(flags & TH_ECE)) { in tcp_input_data()
H A Dtcp_output.c1352 tcpha->tha_flags |= TH_ECE; in tcp_output()
2859 *flags |= (TH_ECE | TH_CWR); in tcp_xmit_mp_aux_iss()
2918 *flags |= TH_ECE; in tcp_xmit_mp_aux_iss()
3128 flags |= TH_ECE; in tcp_xmit_mp()
3684 tcpha->tha_flags |= TH_ECE; in tcp_fill_header()
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1019 { "ECE", TH_ECE, TH_ECE },