Searched refs:tcp_log_port (Results 1 – 2 of 2) sorted by relevance
89 extern uint16_t tcp_log_port;117 if (tcp_log_port > 0 && in tcp_is_log_enabled()118 ntohs(inp->inp_lport) != tcp_log_port && in tcp_is_log_enabled()119 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,1238 i = tcp_log_port;1249 tcp_log_port = (uint16_t)i;