Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dmptcp.c912 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_get_subflow()
951 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
963 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
1393 if (IFNET_IS_CELLULAR(ifp) && in mptcp_session_necp_cb()
1517 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.c501 if (IFNET_IS_CELLULAR(ifp)) {
2979 if (!IFNET_IS_CELLULAR(ifp)) { in tcp_update_mss_locked()
3045 ifp != NULL && IFNET_IS_CELLULAR(ifp) && in tcp_itimer()
H A Dudp_usrreq.c298 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp_input()
818 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp_append()
2029 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.c1405 if (!IFNET_IS_CELLULAR(rt->rt_ifp)) { in apn_fallback_required()
3978 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_recv()
4065 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 Dip_output.c361 (((_ipobf).nocell && IFNET_IS_CELLULAR(_ifp)) || \ in ip_output_list()
H A Dtcp_usrreq.c1873 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in tcp_fill_info()
H A Dtcp_input.c573 boolean_t cell = IFNET_IS_CELLULAR(ifp); in tcp_reass()
1993 boolean_t cell = IFNET_IS_CELLULAR(ifp); in tcp_input()
/xnu-10002.81.5/bsd/netinet6/
H A Dudp6_usrreq.c209 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp6_append()
264 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.c1432 IFNET_IS_CELLULAR(_ifp)) || \ in selectroute()
H A Dmld6.c2546 (IFNET_IS_CELLULAR(ifp) && in mld_initial_join()
/xnu-10002.81.5/bsd/net/classq/
H A Dclassq_subr.c313 if (!IFNET_IS_CELLULAR(ifp)) { in ifclassq_set_packet_metadata()
/xnu-10002.81.5/bsd/net/
H A Dif_var_private.h1247 #define IFNET_IS_CELLULAR(_ifp) \ macro
H A Dntstat.c4096 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_ecn_stats()
4101 if (IFNET_IS_CELLULAR(ifp)) { in nstat_ifnet_report_ecn_stats()
4243 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_lim_stats()
4265 if (IFNET_IS_CELLULAR(ifp)) { in nstat_ifnet_report_lim_stats()
H A Dif.c904 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()
H A Dnecp.c10644 if ((route_rule->cellular_action == NECP_ROUTE_RULE_QOS_MARKING && IFNET_IS_CELLULAR(ifp)) || in necp_update_qos_marking()
10834 if (IFNET_IS_CELLULAR(ifp)) { in necp_route_is_allowed_inner()
H A Ddlil.c9326 if (tcp_ecn_outbound == 2 && !IFNET_IS_CELLULAR(ifp)) { in ifnet_attach()
/xnu-10002.81.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1429 } else if (IFNET_IS_CELLULAR(ifp)) { in fsw_port_ctor()
/xnu-10002.81.5/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-10002.81.5/bsd/kern/
H A Duipc_socket.c7402 if (ifp && IFNET_IS_CELLULAR(ifp)) { in sosetdefunct()