Home
last modified time | relevance | path

Searched refs:IFNET_IS_CELLULAR (Results 1 – 24 of 24) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Dmptcp.c910 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_get_subflow()
949 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
961 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
1387 if (IFNET_IS_CELLULAR(ifp) && in mptcp_session_necp_cb()
1511 if (IFNET_IS_CELLULAR(ifp) && in mptcp_set_restrictions()
H A Dmptcp_subr.c216 stats[index].is_expensive = IFNET_IS_CELLULAR(ifp); in mptcpstats_get_index()
731 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
756 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
758 IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
767 IFNET_IS_CELLULAR(subifp), in mptcp_check_subflows_and_add()
778 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
795 IFNET_IS_CELLULAR(subifp), mpts->mpts_socket->so_state, in mptcp_check_subflows_and_add()
798 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
902 if (ifp == NULL || !IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_cell_subflows()
923 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_wifi_subflows()
[all …]
H A Dtcp_timer.c500 if (IFNET_IS_CELLULAR(ifp)) {
2961 if (!IFNET_IS_CELLULAR(ifp)) { in tcp_update_mss_locked()
3027 ifp != NULL && IFNET_IS_CELLULAR(ifp) && in tcp_itimer()
H A Dtcp_output.c194 if (!IFNET_IS_CELLULAR(ifp)) {
208 if (!IFNET_IS_CELLULAR(ifp)) {
900 cell = IFNET_IS_CELLULAR(rt->rt_ifp); in tcp_output()
H A Dudp_usrreq.c292 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp_input()
812 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp_append()
2020 cell = IFNET_IS_CELLULAR(ro.ro_rt->rt_ifp); in udp_output()
H A Din_pcb.c1295 if (!IFNET_IS_CELLULAR(rt->rt_ifp)) { in apn_fallback_required()
3796 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_recv()
3866 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_send()
H A Dmptcp_opt.c144 } else if (inp->inp_boundifp && IFNET_IS_CELLULAR(inp->inp_boundifp) && in mptcp_setup_join_subflow_syn_opts()
H A Dflow_divert.c628 cell = IFNET_IS_CELLULAR(ifp); in flow_divert_add_data_statistics()
654 if (ifp != NULL && IFNET_IS_CELLULAR(ifp)) { in flow_divert_check_no_cellular()
H A Dip_output.c355 (((_ipobf).nocell && IFNET_IS_CELLULAR(_ifp)) || \ in ip_output_list()
H A Dtcp_usrreq.c1844 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in tcp_fill_info()
H A Dtcp_input.c572 boolean_t cell = IFNET_IS_CELLULAR(ifp); in tcp_reass()
1905 boolean_t cell = IFNET_IS_CELLULAR(ifp); in tcp_input()
/xnu-8796.121.2/bsd/netinet6/
H A Dudp6_usrreq.c208 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp6_append()
263 cell = IFNET_IS_CELLULAR(ifp); in udp6_input()
H A Dudp6_output.c597 cell = IFNET_IS_CELLULAR(in6p->in6p_route. in udp6_output()
H A Din6_src.c1429 IFNET_IS_CELLULAR(_ifp)) || \ in selectroute()
H A Dmld6.c2517 (IFNET_IS_CELLULAR(ifp) && in mld_initial_join()
/xnu-8796.121.2/bsd/net/classq/
H A Dclassq_subr.c306 if (!IFNET_IS_CELLULAR(ifp)) { in ifclassq_set_packet_metadata()
/xnu-8796.121.2/bsd/net/
H A Dif_var_private.h1208 #define IFNET_IS_CELLULAR(_ifp) \ macro
H A Dntstat.c4029 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_ecn_stats()
4034 if (IFNET_IS_CELLULAR(ifp)) { in nstat_ifnet_report_ecn_stats()
4176 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_lim_stats()
4198 if (IFNET_IS_CELLULAR(ifp)) { in nstat_ifnet_report_lim_stats()
H A Dif.c817 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()
H A Dnecp.c10343 if ((route_rule->cellular_action == NECP_ROUTE_RULE_QOS_MARKING && IFNET_IS_CELLULAR(ifp)) || in necp_update_qos_marking()
10530 if (IFNET_IS_CELLULAR(ifp)) { in necp_route_is_allowed_inner()
H A Ddlil.c8993 if (tcp_ecn_outbound == 2 && !IFNET_IS_CELLULAR(ifp)) { in ifnet_attach()
/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1324 } else if (IFNET_IS_CELLULAR(ifp)) { in fsw_port_ctor()
/xnu-8796.121.2/bsd/skywalk/nexus/netif/
H A Dnx_netif.c471 if (IFNET_IS_CELLULAR(ifp) && (ifp->if_unit != 0)) { in nx_netif_compat_adjust_ring_size()
/xnu-8796.121.2/bsd/kern/
H A Duipc_socket.c7621 if (ifp && IFNET_IS_CELLULAR(ifp)) { in sosetdefunct()