Searched refs:tcp_ecn_ok (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h245 tcp_ecn_ok : 1, /* Can use ECN for this connection */ member in struct:tcp_s
H A Dtcp.c1394 tcp->tcp_ecn_ok = B_TRUE;
1532 acceptor->tcp_ecn_ok = B_TRUE;
2847 if (tcp->tcp_ecn_ok) {
2849 tcp->tcp_ecn_ok = B_FALSE;
3152 if (tcp->tcp_ecn_ok) {
3436 if (tcp->tcp_ecn_ok && (flags & TH_ECE)) {
3539 if (tcp->tcp_ecn_ok) {
3817 if (!tcp->tcp_ecn_ok || !(flags & TH_ECE)) {
4381 if (tcp->tcp_ecn_ok) {
4410 assert(tcp->tcp_ecn_ok);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c788 if (tcp->tcp_ecn_ok) {
824 ASSERT(tcp->tcp_ecn_ok);
H A Dtcp_input.c1669 eager->tcp_ecn_ok = B_TRUE;
2461 if (tcp->tcp_ecn_ok) {
2463 tcp->tcp_ecn_ok = B_FALSE;
3084 if (tcp->tcp_ecn_ok) {
3767 if (tcp->tcp_ecn_ok && (flags & TH_ECE)) {
3868 if (tcp->tcp_ecn_ok) {
4192 if (!tcp->tcp_ecn_ok || !(flags & TH_ECE)) {
H A Dtcp_output.c398 ASSERT(tcp->tcp_ecn_ok ||
1346 if (tcp->tcp_ecn_ok) {
2875 if (tcp->tcp_ecn_ok)
2934 if (tcp->tcp_ecn_ok)
3143 if (tcp->tcp_ecn_ok) {
3704 if (tcp->tcp_ecn_ok && !tcp->tcp_zero_win_probe) {
H A Dtcp.c713 tcp->tcp_ecn_ok = B_TRUE;
2151 tcp->tcp_ecn_ok = B_FALSE;
4248 tcp->tcp_ecn_ok = B_TRUE;
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h226 tcp_ecn_ok : 1, /* Can use ECN for this connection */ member in struct:tcp_s

Completed in 137 milliseconds