Searched refs:TCP_LOG (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | tcp_log.h | 191 #define TCP_LOG(tp, format, ...) if (tcp_is_log_enabled(tp, TLEF_LOG)) \ macro
|
| H A D | tcp_output.c | 572 TCP_LOG(tp, "not enough space to add any AccECN option"); in tcp_add_accecn_option() 590 TCP_LOG(tp, "add empty AccECN option, optlen=%u", *optlen); in tcp_add_accecn_option() 603 TCP_LOG(tp, "add single counter for AccECN option, optlen=%u", *optlen); in tcp_add_accecn_option() 615 TCP_LOG(tp, "add 2 counters for AccECN option, optlen=%u", *optlen); in tcp_add_accecn_option() 633 TCP_LOG(tp, "add all 3 counters for AccECN option, optlen=%u", *optlen); in tcp_add_accecn_option()
|
| H A D | tcp_subr.c | 3719 TCP_LOG(tp, "removed rxseg list overflow %u:%u ", in tcp_rxtseg_insert()
|
| H A D | tcp_input.c | 6229 TCP_LOG(tp, "%s: rtt is %d - maxing it at 4 x MSL\n", __func__, rtt); in tcp_xmit_timer()
|