Searched refs:tcp_log_connection (Results 1 – 2 of 2) sorted by relevance
89 extern void tcp_log_connection(struct tcpcb *tp, const char *event, int error);156 tcp_log_connection((tp), (outgoing) ? "connect outgoing" : "connect incoming", (error))162 tcp_log_connection((tp), "accept", (error))
380 tcp_log_connection(struct tcpcb *tp, const char *event, int error) in tcp_log_connection() function