Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_usrreq.c488 TCP_LOG(tp, "connect address error %d for %s", error, buffer); in tcp_log_address_error()
529 TCP_LOG(tp, "tcp_usr_connect_common v4 mapped error EAFNOSUPPORT: sa_family %u", in tcp_usr_connect_common()
541 TCP_LOG(tp, "tcp_usr_connect_common v6 error EAFNOSUPPORT: multicast"); in tcp_usr_connect_common()
550 TCP_LOG(tp, "tcp_usr_connect_common v4 mapped error EAFNOSUPPORT: IPV6_V6ONLY"); in tcp_usr_connect_common()
561 TCP_LOG(tp, "tcp_usr_connect_common v4 mapped error EAFNOSUPPORT: inp_vflag == INP_IPV6"); in tcp_usr_connect_common()
572 TCP_LOG(tp, "tcp_usr_connect_common v4 mapped error EAFNOSUPPORT: MULTICAST or BROADCAST"); in tcp_usr_connect_common()
579 TCP_LOG(tp, "tcp_usr_connect_common v4 mapped tcp_connect() error %d", error); in tcp_usr_connect_common()
590 TCP_LOG(tp, "tcp_usr_connect_common v4 compat error EAFNOSUPPORT: MULTICAST or BROADCAST"); in tcp_usr_connect_common()
601 TCP_LOG(tp, "tcp_usr_connect_common v6 error EAFNOSUPPORT: inp_vflag == INP_IPV4"); in tcp_usr_connect_common()
609 TCP_LOG(tp, "tcp_usr_connect_common v6 tcp6_connect() error %d", error); in tcp_usr_connect_common()
H A Dtcp_log.h235 #define TCP_LOG(tp, format, ...) if (tcp_is_log_enabled(tp, TLEF_LOG)) \ macro
H A Dtcp_output.c642 TCP_LOG(tp, "not enough space to add any AccECN option"); in tcp_add_accecn_option()
2678 TCP_LOG(tp, "MGETHDR error ENOBUFS"); in tcp_output()
2685 TCP_LOG(tp, "MCLGET error ENOBUFS"); in tcp_output()
2698 TCP_LOG(tp, "MGETHDR error ENOBUFS"); in tcp_output()
2747 TCP_LOG(tp, "m_copym_mode error ENOBUFS"); in tcp_output()
2782 TCP_LOG(tp, "m_copym_with_hdrs error ENOBUFS"); in tcp_output()
2814 TCP_LOG(tp, "MGETHDR error ENOBUFS"); in tcp_output()
2822 TCP_LOG(tp, "MCLGET error ENOBUFS"); in tcp_output()
H A Dtcp_syncookie.c120 TCP_LOG(*tpi->tp, "Segment failed SYNCOOKIE authentication, " in tcp_syncookie_ack()
H A Dtcp_subr.c4220 TCP_LOG(tp, "segment %p[%u %u) was not inserted in the RB tree", not_inserted, in tcp_seg_sent_insert_before()
4241 TCP_LOG(tp, "segment %p[%u %u) was not inserted in the RB tree", not_inserted, in tcp_seg_rto_insert_end()
4279 TCP_LOG(tp, "segment %p[%u %u) was not inserted in the RB tree", not_inserted, in tcp_seg_sent_insert()
4299 TCP_LOG(tp, "segment %p[%u %u) was not inserted in the RB tree", not_inserted, in tcp_seg_sent_insert()
4840 TCP_LOG(tp, "not enough memory to allocate segment, disabling RACK"); in tcp_rack_free_and_disable()
H A Dtcp_input.c2743 TCP_LOG(tp, "LPW drop TCP connection idle"); in tcp_input_process_wake_packet()
6854 TCP_LOG(tp, "%s: rtt is %d - maxing it at 4 x MSL\n", __func__, rtt); in tcp_xmit_timer()
7710 TCP_LOG(tp, "inp_fc_unthrottle_tcp keep rxmit state t_rxtshift %d", tp->t_rxtshift); in inp_fc_unthrottle_tcp()
H A Dtcp_timer.c1871 TCP_LOG(tp, "%s: inpcb socket so_usecount underflow " in tcp_remove_timer()