Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dmptcp.c911 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_get_subflow()
950 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
962 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
1392 if (IFNET_IS_CELLULAR(ifp) && in mptcp_session_necp_cb()
1516 if (IFNET_IS_CELLULAR(ifp) && in mptcp_set_restrictions()
H A Dmptcp_subr.c217 stats[index].is_expensive = IFNET_IS_CELLULAR(ifp); in mptcpstats_get_index()
732 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
757 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
759 IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
768 IFNET_IS_CELLULAR(subifp), in mptcp_check_subflows_and_add()
779 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
796 IFNET_IS_CELLULAR(subifp), mpts->mpts_socket->so_state, in mptcp_check_subflows_and_add()
799 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
903 if (ifp == NULL || !IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_cell_subflows()
924 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_wifi_subflows()
[all …]
H A Dtcp_timer.c502 if (IFNET_IS_CELLULAR(ifp)) {
2980 if (!IFNET_IS_CELLULAR(ifp)) { in tcp_update_mss_locked()
3046 ifp != NULL && IFNET_IS_CELLULAR(ifp) && in tcp_itimer()
H A Dudp_usrreq.c303 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp_input()
845 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp_append()
2055 cell = IFNET_IS_CELLULAR(ro.ro_rt->rt_ifp); in udp_output()
H A Dtcp_output.c194 if (!IFNET_IS_CELLULAR(ifp)) {
208 if (!IFNET_IS_CELLULAR(ifp)) {
929 cell = IFNET_IS_CELLULAR(rt->rt_ifp); in tcp_output()
H A Din_pcb.c1407 if (!IFNET_IS_CELLULAR(rt->rt_ifp)) { in apn_fallback_required()
3980 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_recv()
4067 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.c665 cell = IFNET_IS_CELLULAR(ifp); in flow_divert_add_data_statistics()
691 if (ifp != NULL && IFNET_IS_CELLULAR(ifp)) { in flow_divert_check_no_cellular()
H A Dtcp_usrreq.c1875 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in tcp_fill_info()
H A Dip_output.c362 (((_ipobf).nocell && IFNET_IS_CELLULAR(_ifp)) || \ in ip_output_list()
H A Dtcp_input.c575 boolean_t cell = IFNET_IS_CELLULAR(ifp); in tcp_reass()
1937 boolean_t cell = IFNET_IS_CELLULAR(ifp); in tcp_input()
/xnu-10063.101.15/bsd/netinet6/
H A Dudp6_usrreq.c211 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp6_append()
266 cell = IFNET_IS_CELLULAR(ifp); in udp6_input()
H A Dudp6_output.c598 cell = IFNET_IS_CELLULAR(in6p->in6p_route. in udp6_output()
H A Din6_src.c1422 IFNET_IS_CELLULAR(_ifp)) || \ in selectroute()
H A Dmld6.c2546 (IFNET_IS_CELLULAR(ifp) && in mld_initial_join()
/xnu-10063.101.15/bsd/net/classq/
H A Dclassq_subr.c313 if (!IFNET_IS_CELLULAR(ifp)) { in ifclassq_set_packet_metadata()
/xnu-10063.101.15/bsd/net/
H A Dif_var_private.h1248 #define IFNET_IS_CELLULAR(_ifp) \ macro
H A Dntstat.c4078 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_ecn_stats()
4083 if (IFNET_IS_CELLULAR(ifp)) { in nstat_ifnet_report_ecn_stats()
4225 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_lim_stats()
4247 if (IFNET_IS_CELLULAR(ifp)) { in nstat_ifnet_report_lim_stats()
H A Dif.c896 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()
H A Dnecp.c10926 if ((route_rule->cellular_action == NECP_ROUTE_RULE_QOS_MARKING && IFNET_IS_CELLULAR(ifp)) || in necp_update_qos_marking()
11116 if (IFNET_IS_CELLULAR(ifp)) { in necp_route_is_allowed_inner()
H A Ddlil.c9307 if (tcp_ecn_outbound == 2 && !IFNET_IS_CELLULAR(ifp)) { in ifnet_attach()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1421 } else if (IFNET_IS_CELLULAR(ifp)) { in fsw_port_ctor()
/xnu-10063.101.15/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-10063.101.15/bsd/kern/
H A Duipc_socket.c7390 if (ifp && IFNET_IS_CELLULAR(ifp)) { in sosetdefunct()