Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dtcp_log.h155 #define TCP_LOG_KEEP_ALIVE(tp, idle_time) if (tcp_is_log_enabled(tp, TLEF_KEEP_ALIVE)) \ macro
H A Dtcp_timer.c1494 TCP_LOG_KEEP_ALIVE(tp, idle_time); in tcp_timers()