func internal/syscall/unix.KernelVersionGE

4 uses

	internal/syscall/unix (current package)
		kernel_version_ge.go#L9: func KernelVersionGE(x, y int) bool {

	internal/poll
		copy_file_range_linux.go#L17: 	return unix.KernelVersionGE(5, 3)

	net
		mptcpsock_linux.go#L57: 	hasSOLMPTCP = unix.KernelVersionGE(5, 16)
		sock_linux.go#L22: 	if unix.KernelVersionGE(4, 1) {