Home
last modified time | relevance | path

Searched refs:inbound (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c361 boolean_t inbound) in nx_netif_snoop() argument
367 if (inbound) { in nx_netif_snoop()
/xnu-8792.41.9/bsd/netinet/
H A Dtcp_output.c466 boolean_t inbound; in tcp_set_ecn() local
497 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()
/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c7471 bool inbound = ((parsed_parameters.flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) == 0); in necp_client_check_tcp_heuristics() local
7472 if ((inbound && tcp_ecn_inbound == 1) || in necp_client_check_tcp_heuristics()
7473 (!inbound && tcp_ecn_outbound == 1)) { in necp_client_check_tcp_heuristics()