Home
last modified time | relevance | path

Searched refs:IFNET_IS_EXPENSIVE (Results 1 – 10 of 10) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dmptcp.c1385 if (IFNET_IS_EXPENSIVE(ifp) && in mptcp_session_necp_cb()
1508 if (IFNET_IS_EXPENSIVE(ifp) && in mptcp_set_restrictions()
H A Din_tclass.c2062 if (ipv4_primary != NULL && IFNET_IS_EXPENSIVE(ipv4_primary) && in net_qos_guideline()
2063 ipv6_primary != NULL && IFNET_IS_EXPENSIVE(ipv6_primary)) { in net_qos_guideline()
H A Din_pcb.c4073 if (IFNET_IS_EXPENSIVE(ifp) && INP_NO_EXPENSIVE(inp)) { in _inp_restricted_recv()
4160 if (IFNET_IS_EXPENSIVE(ifp) && INP_NO_EXPENSIVE(inp)) { in _inp_restricted_send()
H A Dip_output.c368 ((_ipobf).noexpensive && IFNET_IS_EXPENSIVE(_ifp)) || \ in ip_output_list()
H A Dflow_divert.c715 if (ifp != NULL && IFNET_IS_EXPENSIVE(ifp)) { in flow_divert_check_no_expensive()
/xnu-11417.101.15/bsd/net/
H A Dif_var_private.h1450 #define IFNET_IS_EXPENSIVE(_ifp) \ macro
H A Dnecp_client.c5728 IFNET_IS_EXPENSIVE(ifp)) { in necp_ifnet_matches_parameters()
5741 IFNET_IS_EXPENSIVE(ifp)) { in necp_ifnet_matches_parameters()
9420 if (IFNET_IS_EXPENSIVE(interface)) { in necp_client_copy_interface()
H A Dnecp.c8922 IFNET_IS_EXPENSIVE(rt->rt_ifp)); in necp_application_find_policy_match_internal()
11900 (route_rule->expensive_action == NECP_ROUTE_RULE_QOS_MARKING && IFNET_IS_EXPENSIVE(ifp)) || in necp_update_qos_marking()
12201 if (IFNET_IS_EXPENSIVE(ifp)) { in necp_route_is_allowed_inner()
H A Dntstat.c715 if (IFNET_IS_EXPENSIVE(ifp)) { in nstat_ifnet_to_flags()
/xnu-11417.101.15/bsd/netinet6/
H A Din6_src.c1432 IFNET_IS_EXPENSIVE(_ifp)) || \ in selectroute()