Home
last modified time | relevance | path

Searched refs:TCP_LOG_OUTPUT (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/netinet/ !
H A Dtcp_output.c1149 TCP_LOG_OUTPUT(tp, "no source address silently ignored"); in tcp_output()
3440 TCP_LOG_OUTPUT(tp, "error ENOBUFS silently handled"); in tcp_output()
3465 TCP_LOG_OUTPUT(tp, "error EMSGSIZE silently handled"); in tcp_output()
3478 TCP_LOG_OUTPUT(tp, "soft error %d silently handled", error); in tcp_output()
3481 TCP_LOG_OUTPUT(tp, "error %d", error); in tcp_output()
3757 TCP_LOG_OUTPUT(tp, "flow controlled"); in tcp_ip_output()
3759 TCP_LOG_OUTPUT(tp, "flow suspended"); in tcp_ip_output()
3766 TCP_LOG_OUTPUT(tp, "flow congestion notified"); in tcp_ip_output()
H A Dtcp_log.h241 #define TCP_LOG_OUTPUT(tp, format, ...) if (tcp_is_log_enabled(tp, TLEF_OUTPUT)) \ macro