Searched refs:tcp_log_port (Results 1 – 2 of 2) sorted by relevance
90 extern uint16_t tcp_log_port;119 if (tcp_log_port > 0 && in tcp_is_log_enabled()120 ntohs(inp->inp_lport) != tcp_log_port && in tcp_is_log_enabled()121 ntohs(tp->t_inpcb->inp_fport) != tcp_log_port) { in tcp_is_log_enabled()
71 uint16_t tcp_log_port = 0; variable73 CTLFLAG_RW | CTLFLAG_LOCKED | CTLTYPE_INT, &tcp_log_port, 0,1243 i = tcp_log_port;1254 tcp_log_port = (uint16_t)i;