Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/netinet/
H A Dtcp_output.c462 boolean_t inbound; in tcp_set_ecn() local
493 inbound = (tp->t_inpcb->inp_socket->so_head != NULL); in tcp_set_ecn()
494 if ((inbound && tcp_ecn_inbound == 1) || in tcp_set_ecn()
495 (!inbound && tcp_ecn_outbound == 1)) { in tcp_set_ecn()
/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c7150 bool inbound = ((parsed_parameters.flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) == 0); in necp_client_check_tcp_heuristics() local
7151 if ((inbound && tcp_ecn_inbound == 1) || in necp_client_check_tcp_heuristics()
7152 (!inbound && tcp_ecn_outbound == 1)) { in necp_client_check_tcp_heuristics()