Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp.c921 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_get_subflow()
960 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
972 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
1404 if (IFNET_IS_CELLULAR(ifp) && in mptcp_session_necp_cb()
1527 if (IFNET_IS_CELLULAR(ifp) && in mptcp_set_restrictions()
H A Dmptcp_subr.c221 stats[index].is_expensive = IFNET_IS_CELLULAR(ifp); in mptcpstats_get_index()
738 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
763 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
765 IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
774 IFNET_IS_CELLULAR(subifp), in mptcp_check_subflows_and_add()
785 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
802 IFNET_IS_CELLULAR(subifp), mpts->mpts_socket->so_state, in mptcp_check_subflows_and_add()
805 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
909 if (ifp == NULL || !IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_cell_subflows()
930 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_wifi_subflows()
[all …]
H A Dtcp_timer.c496 if (IFNET_IS_CELLULAR(ifp)) {
1386 IFNET_IS_CELLULAR(outifp) == false)) { in tcp_timers()
2961 if (!IFNET_IS_CELLULAR(ifp)) { in tcp_update_mss_locked()
3027 ifp != NULL && IFNET_IS_CELLULAR(ifp) && in tcp_itimer()
H A Din_pcb.h275 IFNET_IS_CELLULAR(_ifp) ? stats_functional_type_cell: \
H A Din_pcb.c1399 if (!IFNET_IS_CELLULAR(rt->rt_ifp)) { in apn_fallback_required()
4027 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_recv()
4114 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_send()
H A Dmptcp_opt.c145 } else if (inp->inp_boundifp && IFNET_IS_CELLULAR(inp->inp_boundifp) && in mptcp_setup_join_subflow_syn_opts()
H A Dtcp_subr.c3212 !(IFNET_IS_CELLULAR(rt->rt_ifp) && rt->rt_ifp->if_l4s_mode == IFRTYPE_L4S_DEFAULT)) { in tcp_rtlookup()
3325 !(IFNET_IS_CELLULAR(rt->rt_ifp) && rt->rt_ifp->if_l4s_mode == IFRTYPE_L4S_DEFAULT)) { in tcp_rtlookup6()
H A Dtcp_usrreq.c1877 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in tcp_fill_info()
H A Dip_output.c367 (((_ipobf).nocell && IFNET_IS_CELLULAR(_ifp)) || \ in ip_output_list()
H A Dtcp_output.c1172 if ((rt->rt_ifp->if_flags & IFF_LOOPBACK) == 0 && !IFNET_IS_CELLULAR(ifp)) { in tcp_output()
H A Dflow_divert.c693 if (ifp != NULL && IFNET_IS_CELLULAR(ifp)) { in flow_divert_check_no_cellular()
H A Dtcp_input.c7700 IFNET_IS_CELLULAR(outifp)) { in inp_fc_unthrottle_tcp()
/xnu-12377.1.9/bsd/net/
H A Dif_private.h941 ((if_link_heuristics_flags & IF_LINK_HEURISTICS_CELLULAR) != 0 && IFNET_IS_CELLULAR(ifp)))) { in if_link_heuristics_enabled()
H A Dif_var_private.h1370 #define IFNET_IS_CELLULAR(_ifp) \ macro
H A Dif.c919 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()
7096 if (IFNET_IS_CELLULAR(ifp)) { in if_update_link_heuristic()
H A Dntstat.c4747 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_lim_stats()
4769 if (IFNET_IS_CELLULAR(ifp)) { in nstat_ifnet_report_lim_stats()
H A Dnecp.c12015 if ((route_rule->cellular_action == NECP_ROUTE_RULE_QOS_MARKING && IFNET_IS_CELLULAR(ifp)) || in necp_update_qos_marking()
12208 if (IFNET_IS_CELLULAR(ifp)) { in necp_route_is_allowed_inner()
/xnu-12377.1.9/bsd/net/classq/
H A Dclassq_subr.c334 if (!IFNET_IS_CELLULAR(ifp)) { in ifclassq_set_packet_metadata()
/xnu-12377.1.9/bsd/netinet6/
H A Din6_src.c1430 IFNET_IS_CELLULAR(_ifp)) || \ in selectroute()
H A Dmld6.c2539 (IFNET_IS_CELLULAR(ifp) && in mld_initial_join()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1451 } else if (IFNET_IS_CELLULAR(ifp)) { in fsw_port_ctor()
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif.c472 if (IFNET_IS_CELLULAR(ifp) && (ifp->if_unit != 0)) { in nx_netif_compat_adjust_ring_size()
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket.c7410 if (ifp && IFNET_IS_CELLULAR(ifp)) { in sosetdefunct()