Searched refs:tcp_log_port (Results 1 – 2 of 2) sorted by relevance
90 extern uint16_t tcp_log_port;126 if (tcp_log_port > 0 && in tcp_is_log_enabled()127 ntohs(inp->inp_lport) != tcp_log_port && in tcp_is_log_enabled()128 ntohs(tp->t_inpcb->inp_fport) != tcp_log_port) { in tcp_is_log_enabled()
73 uint16_t tcp_log_port = 0; variable75 CTLFLAG_RW | CTLFLAG_LOCKED | CTLTYPE_INT, &tcp_log_port, 0,1231 i = tcp_log_port;1242 tcp_log_port = (uint16_t)i;