Searched refs:inbound (Results 1 – 3 of 3) sorted by relevance
361 boolean_t inbound) in nx_netif_snoop() argument367 if (inbound) { in nx_netif_snoop()
466 boolean_t inbound; in tcp_set_ecn() local497 inbound = (tp->t_inpcb->inp_socket->so_head != NULL); in tcp_set_ecn()498 if ((inbound && tcp_ecn_inbound == 1) || in tcp_set_ecn()499 (!inbound && tcp_ecn_outbound == 1)) { in tcp_set_ecn()
7471 bool inbound = ((parsed_parameters.flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) == 0); in necp_client_check_tcp_heuristics() local7472 if ((inbound && tcp_ecn_inbound == 1) || in necp_client_check_tcp_heuristics()7473 (!inbound && tcp_ecn_outbound == 1)) { in necp_client_check_tcp_heuristics()