Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_log.h106 extern void tcp_log_state_change(const char *func_name, int line_no, struct tcpcb *tp, int new_stat…
239 tcp_log_state_change(__func__, __LINE__, (tp), (new_state))
H A Dtcp_log.c1114 tcp_log_state_change(const char *func_name, int line_no, struct tcpcb *tp, int new_state) in tcp_log_state_change() function