Searched refs:kernelVersion (Results 1 – 6 of 6) sorted by relevance
40 static inline unsigned kernelVersion() { in kernelVersion() function46 return kernelVersion() >= KVER(major, minor, sub); in isAtLeastKernelVersion()
175 final String kernelVersion = VintfRuntimeInfo.getKernelVersion(); in isKernelVersionAtLeast() local176 final KVersion current = DeviceInfoUtils.getMajorMinorSubminorVersion(kernelVersion); in isKernelVersionAtLeast()
878 private static boolean isUdpOffloadSupportedByKernel(final String kernelVersion) { in isUdpOffloadSupportedByKernel() argument879 final KVersion current = DeviceInfoUtils.getMajorMinorSubminorVersion(kernelVersion); in isUdpOffloadSupportedByKernel()905 final String kernelVersion = VintfRuntimeInfo.getKernelVersion(); in assumeKernelSupportBpfOffloadUdpV4() local906 assumeTrue("Kernel version " + kernelVersion + " doesn't support IPv4 UDP BPF offload", in assumeKernelSupportBpfOffloadUdpV4()907 isUdpOffloadSupportedByKernel(kernelVersion)); in assumeKernelSupportBpfOffloadUdpV4()
880 unsigned kvers = kernelVersion(); in createMaps()1148 unsigned kvers = kernelVersion(); in loadCodeSections()1681 kernelVersion(), describeArch(), libbpf_major_version(), in doLoad()1772 ALOGE("Unsupported kernel version (%07x).", kernelVersion()); in doLoad()
606 unsigned kvers = kernelVersion(); in createMaps()782 unsigned kvers = kernelVersion(); in loadCodeSections()