Home
last modified time | relevance | path

Searched refs:TCP_LOG (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.41.3/bsd/netinet/
H A Dtcp_log.h201 #define TCP_LOG(tp, format, ...) if (tcp_is_log_enabled(tp, TLEF_LOG)) \ macro
H A Dtcp_rack.c186 TCP_LOG(tp, "Spurious inference as either " in tcp_rack_update_segment_acked()
H A Dtcp_output.c603 TCP_LOG(tp, "not enough space to add any AccECN option"); in tcp_add_accecn_option()
635 TCP_LOG(tp, "add empty AccECN option, optlen=%u", *optlen); in tcp_add_accecn_option()
648 TCP_LOG(tp, "add single counter for AccECN option, optlen=%u", *optlen); in tcp_add_accecn_option()
660 TCP_LOG(tp, "add 2 counters for AccECN option, optlen=%u", *optlen); in tcp_add_accecn_option()
678 TCP_LOG(tp, "add all 3 counters for AccECN option, optlen=%u", *optlen); in tcp_add_accecn_option()
H A Dtcp_input.c6574 TCP_LOG(tp, "%s: rtt is %d - maxing it at 4 x MSL\n", __func__, rtt); in tcp_xmit_timer()
7433 TCP_LOG(tp, "inp_fc_unthrottle_tcp keep rxmit state t_rxtshift %d", tp->t_rxtshift); in inp_fc_unthrottle_tcp()
7472 TCP_LOG(tp, "inp_fc_unthrottle_tcp keep rxmit state t_rxtshift %d", tp->t_rxtshift); in inp_fc_unthrottle_tcp()
H A Dtcp_subr.c3812 TCP_LOG(tp, "removed rxseg list overflow %u:%u ", in tcp_rxtseg_insert()