Searched refs:TH_ECE (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/netinet/ |
H A D | tcp.h | 70 #define TH_ECE 0x40 macro
|
/titanic_41/usr/src/cmd/dtrace/demo/tcp/ |
H A D | tcpioflags.d | 60 printf("%s", args[4]->tcp_flags & TH_ECE ? "ECE|" : "");
|
H A D | tcpsnoop.d | 74 printf("%s", args[4]->tcp_flags & TH_ECE ? "ECE|" : "");
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | tcp.sed.in | 36 SED_REPLACE(TH_ECE)
|
H A D | tcp.d.in | 40 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 D | snoop_tcp.c | 72 { 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 D | tcp.c | 1531 (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 D | tcp_input.c | 1671 (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 D | tcp_output.c | 1352 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 D | ip.c | 1019 { "ECE", TH_ECE, TH_ECE },
|