Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dmptcp.c914 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_get_subflow()
953 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
965 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
1395 if (IFNET_IS_CELLULAR(ifp) && in mptcp_session_necp_cb()
1518 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.c499 if (IFNET_IS_CELLULAR(ifp)) {
1401 IFNET_IS_CELLULAR(outifp) == false)) { in tcp_timers()
2998 if (!IFNET_IS_CELLULAR(ifp)) { in tcp_update_mss_locked()
3064 ifp != NULL && IFNET_IS_CELLULAR(ifp) && in tcp_itimer()
H A Din_pcb.h287 IFNET_IS_CELLULAR(_ifp) ? stats_functional_type_cell: \
H A Din_pcb.c1439 if (!IFNET_IS_CELLULAR(rt->rt_ifp)) { in apn_fallback_required()
4069 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_recv()
4156 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_send()
H A Dtcp_output.c211 if (!IFNET_IS_CELLULAR(ifp)) {
225 if (!IFNET_IS_CELLULAR(ifp)) {
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_usrreq.c1876 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_input.c7516 IFNET_IS_CELLULAR(outifp)) { in inp_fc_unthrottle_tcp()
7555 IFNET_IS_CELLULAR(outifp)) { in inp_fc_unthrottle_tcp()
H A Dflow_divert.c696 if (ifp != NULL && IFNET_IS_CELLULAR(ifp)) { in flow_divert_check_no_cellular()
/xnu-11417.121.6/bsd/net/
H A Dif_private.h872 ((if_link_heuristics_flags & IF_LINK_HEURISTICS_CELLULAR) != 0 && IFNET_IS_CELLULAR(ifp)))) { in if_link_heuristics_enabled()
H A Dif_var_private.h1363 #define IFNET_IS_CELLULAR(_ifp) \ macro
H A Dif.c912 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()
7048 if (IFNET_IS_CELLULAR(ifp)) { in if_update_link_heuristic()
H A Dntstat.c4379 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_lim_stats()
4401 if (IFNET_IS_CELLULAR(ifp)) { in nstat_ifnet_report_lim_stats()
H A Dnecp.c11897 if ((route_rule->cellular_action == NECP_ROUTE_RULE_QOS_MARKING && IFNET_IS_CELLULAR(ifp)) || in necp_update_qos_marking()
12088 if (IFNET_IS_CELLULAR(ifp)) { in necp_route_is_allowed_inner()
H A Ddlil.c5251 if (tcp_ecn_outbound == 2 && !IFNET_IS_CELLULAR(ifp)) { in ifnet_attach()
/xnu-11417.121.6/bsd/net/classq/
H A Dclassq_subr.c313 if (!IFNET_IS_CELLULAR(ifp)) { in ifclassq_set_packet_metadata()
/xnu-11417.121.6/bsd/netinet6/
H A Din6_src.c1430 IFNET_IS_CELLULAR(_ifp)) || \ in selectroute()
H A Dmld6.c2538 (IFNET_IS_CELLULAR(ifp) && in mld_initial_join()
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1440 } else if (IFNET_IS_CELLULAR(ifp)) { in fsw_port_ctor()
/xnu-11417.121.6/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-11417.121.6/bsd/kern/
H A Duipc_socket.c7476 if (ifp && IFNET_IS_CELLULAR(ifp)) { in sosetdefunct()