Searched refs:TCP_LOG_OUTPUT (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | tcp_log.h | 241 #define TCP_LOG_OUTPUT(tp, format, ...) if (tcp_is_log_enabled(tp, TLEF_OUTPUT)) \ macro
|
| H A D | tcp_output.c | 1213 TCP_LOG_OUTPUT(tp, "no source address silently ignored"); in tcp_output() 3512 TCP_LOG_OUTPUT(tp, "error ENOBUFS silently handled"); in tcp_output() 3537 TCP_LOG_OUTPUT(tp, "error EMSGSIZE silently handled"); in tcp_output() 3550 TCP_LOG_OUTPUT(tp, "soft error %d silently handled", error); in tcp_output() 3553 TCP_LOG_OUTPUT(tp, "error %d", error); in tcp_output() 3882 TCP_LOG_OUTPUT(tp, "flow controlled"); in tcp_ip_output() 3884 TCP_LOG_OUTPUT(tp, "flow suspended"); in tcp_ip_output() 3891 TCP_LOG_OUTPUT(tp, "flow congestion notified"); in tcp_ip_output()
|