| /xnu-10063.101.15/bsd/netinet/ |
| H A D | mptcp.c | 911 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 D | mptcp_subr.c | 217 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 D | tcp_timer.c | 502 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 D | udp_usrreq.c | 303 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 D | tcp_output.c | 194 if (!IFNET_IS_CELLULAR(ifp)) { 208 if (!IFNET_IS_CELLULAR(ifp)) { 929 cell = IFNET_IS_CELLULAR(rt->rt_ifp); in tcp_output()
|
| H A D | in_pcb.c | 1407 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 D | mptcp_opt.c | 144 } else if (inp->inp_boundifp && IFNET_IS_CELLULAR(inp->inp_boundifp) && in mptcp_setup_join_subflow_syn_opts()
|
| H A D | flow_divert.c | 665 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 D | tcp_usrreq.c | 1875 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in tcp_fill_info()
|
| H A D | ip_output.c | 362 (((_ipobf).nocell && IFNET_IS_CELLULAR(_ifp)) || \ in ip_output_list()
|
| H A D | tcp_input.c | 575 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 D | udp6_usrreq.c | 211 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp6_append() 266 cell = IFNET_IS_CELLULAR(ifp); in udp6_input()
|
| H A D | udp6_output.c | 598 cell = IFNET_IS_CELLULAR(in6p->in6p_route. in udp6_output()
|
| H A D | in6_src.c | 1422 IFNET_IS_CELLULAR(_ifp)) || \ in selectroute()
|
| H A D | mld6.c | 2546 (IFNET_IS_CELLULAR(ifp) && in mld_initial_join()
|
| /xnu-10063.101.15/bsd/net/classq/ |
| H A D | classq_subr.c | 313 if (!IFNET_IS_CELLULAR(ifp)) { in ifclassq_set_packet_metadata()
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | if_var_private.h | 1248 #define IFNET_IS_CELLULAR(_ifp) \ macro
|
| H A D | ntstat.c | 4078 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 D | if.c | 896 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()
|
| H A D | necp.c | 10926 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 D | dlil.c | 9307 if (tcp_ecn_outbound == 2 && !IFNET_IS_CELLULAR(ifp)) { in ifnet_attach()
|
| /xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 1421 } else if (IFNET_IS_CELLULAR(ifp)) { in fsw_port_ctor()
|
| /xnu-10063.101.15/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 472 if (IFNET_IS_CELLULAR(ifp) && (ifp->if_unit != 0)) { in nx_netif_compat_adjust_ring_size()
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | uipc_socket.c | 7390 if (ifp && IFNET_IS_CELLULAR(ifp)) { in sosetdefunct()
|