Searched refs:tcp_log_port (Results 1 – 2 of 2) sorted by relevance
55 extern uint32_t tcp_log_port;111 if (tcp_log_port > 0 && tcp_log_port <= IPPORT_HILASTAUTO) { in tcp_is_log_enabled()112 if (ntohs(inp->inp_lport) != tcp_log_port && in tcp_is_log_enabled()113 ntohs(tp->t_inpcb->inp_fport) != tcp_log_port) { in tcp_is_log_enabled()
77 uint32_t tcp_log_port = 0; variable79 &tcp_log_port, 0, "");