Lines Matching refs:IFNET_IS_CELLULAR

216 			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()
971 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_pure_handover_subflows_remove()
1015 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_handover_subflows_remove()
1063 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_targetbased_subflows_remove()
2905 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_input()
3347 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_output()
4112 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4127 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4146 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4165 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4469 !IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_sosetopt()
4479 !IFNET_IS_CELLULAR(ifp)) { in mptcp_subflow_sosetopt()