Home
last modified time | relevance | path

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

/xnu-11215/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()
1519 if (IFNET_IS_CELLULAR(ifp) && in mptcp_set_restrictions()
H A Dmptcp_subr.c732 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()
799 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
924 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_wifi_subflows()
972 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_pure_handover_subflows_remove()
1016 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_handover_subflows_remove()
1064 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_targetbased_subflows_remove()
[all …]
H A Dtcp_timer.c499 if (IFNET_IS_CELLULAR(ifp)) {
1394 IFNET_IS_CELLULAR(outifp) == false)) { in tcp_timers()
2970 if (!IFNET_IS_CELLULAR(ifp)) { in tcp_update_mss_locked()
3036 ifp != NULL && IFNET_IS_CELLULAR(ifp) && in tcp_itimer()
H A Din_pcb.h287 IFNET_IS_CELLULAR(_ifp) ? stats_functional_type_cell: \
H A Dtcp_output.c196 if (!IFNET_IS_CELLULAR(ifp)) {
210 if (!IFNET_IS_CELLULAR(ifp)) {
2927 if (srtt != 0 || (outifp != NULL && IFNET_IS_CELLULAR(outifp) == false)) { in tcp_output()
H A Din_pcb.c1439 if (!IFNET_IS_CELLULAR(rt->rt_ifp)) { in apn_fallback_required()
4048 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_recv()
4135 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 Dip_output.c365 (((_ipobf).nocell && IFNET_IS_CELLULAR(_ifp)) || \ in ip_output_list()
H A Dtcp_usrreq.c1876 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in tcp_fill_info()
H A Dtcp_input.c7449 IFNET_IS_CELLULAR(outifp)) { in inp_fc_unthrottle_tcp()
7488 IFNET_IS_CELLULAR(outifp)) { in inp_fc_unthrottle_tcp()
H A Dflow_divert.c682 if (ifp != NULL && IFNET_IS_CELLULAR(ifp)) { in flow_divert_check_no_cellular()
/xnu-11215/bsd/net/classq/
H A Dclassq_subr.c313 if (!IFNET_IS_CELLULAR(ifp)) { in ifclassq_set_packet_metadata()
/xnu-11215/bsd/net/
H A Dif_var_private.h1250 #define IFNET_IS_CELLULAR(_ifp) \ macro
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 Dif.c910 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()
H A Dnecp.c11892 if ((route_rule->cellular_action == NECP_ROUTE_RULE_QOS_MARKING && IFNET_IS_CELLULAR(ifp)) || in necp_update_qos_marking()
12083 if (IFNET_IS_CELLULAR(ifp)) { in necp_route_is_allowed_inner()
H A Ddlil.c8961 if (tcp_ecn_outbound == 2 && !IFNET_IS_CELLULAR(ifp)) { in ifnet_attach()
/xnu-11215/bsd/netinet6/
H A Din6_src.c1426 IFNET_IS_CELLULAR(_ifp)) || \ in selectroute()
H A Dmld6.c2538 (IFNET_IS_CELLULAR(ifp) && in mld_initial_join()
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1440 } else if (IFNET_IS_CELLULAR(ifp)) { in fsw_port_ctor()
/xnu-11215/bsd/skywalk/nexus/netif/
H A Dnx_netif.c473 if (IFNET_IS_CELLULAR(ifp) && (ifp->if_unit != 0)) { in nx_netif_compat_adjust_ring_size()
/xnu-11215/bsd/kern/
H A Duipc_socket.c7468 if (ifp && IFNET_IS_CELLULAR(ifp)) { in sosetdefunct()