| /xnu-8019.80.24/bsd/netinet/ ! |
| H A D | mptcp.c | 859 inp->inp_last_outifp ? IFNET_IS_CELLULAR(inp->inp_last_outifp) : -1, in mptcp_get_subflow() 908 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_get_subflow() 947 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow() 958 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow() 1502 if (IFNET_IS_CELLULAR(ifp) && in mptcp_session_necp_cb() 1626 if (IFNET_IS_CELLULAR(ifp) && in mptcp_set_restrictions()
|
| H A D | mptcp_subr.c | 408 stats[index].is_expensive = IFNET_IS_CELLULAR(ifp); in mptcpstats_get_index() 921 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add() 946 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add() 948 IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add() 957 IFNET_IS_CELLULAR(subifp), in mptcp_check_subflows_and_add() 968 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add() 985 IFNET_IS_CELLULAR(subifp), mpts->mpts_socket->so_state, in mptcp_check_subflows_and_add() 988 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add() 1092 if (ifp == NULL || !IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_cell_subflows() 1113 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_wifi_subflows() [all …]
|
| H A D | tcp_timer.c | 499 if (IFNET_IS_CELLULAR(ifp)) { 2957 if (!IFNET_IS_CELLULAR(ifp)) { in tcp_update_mss_locked() 3023 ifp != NULL && IFNET_IS_CELLULAR(ifp) && in tcp_itimer()
|
| H A D | tcp_output.c | 190 if (!IFNET_IS_CELLULAR(ifp)) { 204 if (!IFNET_IS_CELLULAR(ifp)) { 806 cell = IFNET_IS_CELLULAR(rt->rt_ifp); in tcp_output()
|
| H A D | udp_usrreq.c | 288 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp_input() 803 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp_append() 2005 cell = IFNET_IS_CELLULAR(ro.ro_rt->rt_ifp); in udp_output()
|
| H A D | in_pcb.c | 1289 if (!IFNET_IS_CELLULAR(rt->rt_ifp)) { in apn_fallback_required() 3737 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_recv() 3807 if (IFNET_IS_CELLULAR(ifp) && INP_NO_CELLULAR(inp)) { in _inp_restricted_send()
|
| H A D | mptcp_opt.c | 145 } else if (inp->inp_boundifp && IFNET_IS_CELLULAR(inp->inp_boundifp) && in mptcp_setup_join_subflow_syn_opts()
|
| H A D | flow_divert.c | 600 cell = IFNET_IS_CELLULAR(ifp); in flow_divert_add_data_statistics() 626 if (ifp != NULL && IFNET_IS_CELLULAR(ifp)) { in flow_divert_check_no_cellular()
|
| H A D | tcp_input.c | 565 boolean_t cell = IFNET_IS_CELLULAR(ifp); in tcp_reass() 1893 boolean_t cell = IFNET_IS_CELLULAR(ifp); in tcp_input()
|
| H A D | tcp_usrreq.c | 1781 if (IFNET_IS_CELLULAR(tp->t_inpcb->inp_last_outifp)) { in tcp_fill_info()
|
| H A D | ip_output.c | 355 (((_ipobf).nocell && IFNET_IS_CELLULAR(_ifp)) || \ in ip_output_list()
|
| /xnu-8019.80.24/bsd/netinet6/ ! |
| H A D | udp6_usrreq.c | 206 boolean_t cell = IFNET_IS_CELLULAR(ifp); in udp6_append() 262 cell = IFNET_IS_CELLULAR(ifp); in udp6_input()
|
| H A D | udp6_output.c | 596 cell = IFNET_IS_CELLULAR(in6p->in6p_route. in udp6_output()
|
| H A D | in6_src.c | 1337 IFNET_IS_CELLULAR(_ifp)) || \ in selectroute()
|
| H A D | mld6.c | 2455 (IFNET_IS_CELLULAR(ifp) && in mld_initial_join()
|
| /xnu-8019.80.24/bsd/net/classq/ ! |
| H A D | classq_subr.c | 261 if (!IFNET_IS_CELLULAR(ifp)) { in ifclassq_set_packet_metadata()
|
| /xnu-8019.80.24/bsd/net/ ! |
| H A D | if_var.h | 1660 #define IFNET_IS_CELLULAR(_ifp) \ macro
|
| H A D | ntstat.c | 3942 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_ecn_stats() 3947 if (IFNET_IS_CELLULAR(ifp)) { in nstat_ifnet_report_ecn_stats() 4089 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_lim_stats() 4111 if (IFNET_IS_CELLULAR(ifp)) { in nstat_ifnet_report_lim_stats()
|
| H A D | if.c | 828 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()
|
| H A D | necp.c | 9911 if ((route_rule->cellular_action == NECP_ROUTE_RULE_QOS_MARKING && IFNET_IS_CELLULAR(ifp)) || in necp_update_qos_marking() 10097 if (IFNET_IS_CELLULAR(ifp)) { in necp_route_is_allowed_inner()
|
| H A D | dlil.c | 8683 if (tcp_ecn_outbound == 2 && !IFNET_IS_CELLULAR(ifp)) { in ifnet_attach()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ ! |
| H A D | fsw.c | 1248 } else if (IFNET_IS_CELLULAR(ifp)) { in fsw_port_ctor()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ ! |
| H A D | nx_netif.c | 513 if (IFNET_IS_CELLULAR(ifp) && (ifp->if_unit != 0)) { in nx_netif_compat_adjust_ring_size()
|
| /xnu-8019.80.24/bsd/kern/ ! |
| H A D | uipc_socket.c | 7490 if (ifp && IFNET_IS_CELLULAR(ifp)) { in sosetdefunct()
|